Uses of Class
org.apache.tika.ml.chardetect.NaiveBayesBigramEncodingDetector.ScoreResult
Packages that use NaiveBayesBigramEncodingDetector.ScoreResult
-
Uses of NaiveBayesBigramEncodingDetector.ScoreResult in org.apache.tika.ml.chardetect
Methods in org.apache.tika.ml.chardetect that return NaiveBayesBigramEncodingDetector.ScoreResultModifier and TypeMethodDescriptionNaiveBayesBigramEncodingDetector.scoreClassesAndCount(byte[] probe) LikeNaiveBayesBigramEncodingDetector.scoreClasses(byte[])but also reports the number of bigrams that contributed to the dot product vs the total scored region.