Uses of Interface
opennlp.dl.doccat.scoring.ClassificationScoringStrategy
-
Packages that use ClassificationScoringStrategy Package Description opennlp.dl.doccat opennlp.dl.doccat.scoring -
-
Uses of ClassificationScoringStrategy in opennlp.dl.doccat
Constructors in opennlp.dl.doccat with parameters of type ClassificationScoringStrategy Constructor Description DocumentCategorizerDL(File model, File vocab, Map<Integer,String> categories, ClassificationScoringStrategy classificationScoringStrategy, InferenceOptions inferenceOptions)Creates a new document categorizer using ONNX models. -
Uses of ClassificationScoringStrategy in opennlp.dl.doccat.scoring
Classes in opennlp.dl.doccat.scoring that implement ClassificationScoringStrategy Modifier and Type Class Description classAverageClassificationScoringStrategyCalculates the document classification scores by averaging the scores for all individual parts of a document.
-