Uses of Class
org.apache.tika.ml.chardetect.NaiveBayesBigramEncodingDetector.BigramContrib
Packages that use NaiveBayesBigramEncodingDetector.BigramContrib
-
Uses of NaiveBayesBigramEncodingDetector.BigramContrib in org.apache.tika.ml.chardetect
Methods in org.apache.tika.ml.chardetect that return types with arguments of type NaiveBayesBigramEncodingDetector.BigramContribModifier and TypeMethodDescriptionNaiveBayesBigramEncodingDetector.analyzeBigrams(byte[] probe, int classA, int classB) For each scored bigram in the probe (same skip rules asNaiveBayesBigramEncodingDetector.scoreClasses(byte[])), compute and return its dequantized contribution to two specified classes' scores.