Interface | Description |
---|---|
ClassificationAnalyser<RESULT extends AnalysisResult,CLASS,OBJECT> |
A
ClassificationAnalyser is used to analyse the raw
results from a Classifier in the context of
a ClassificationEvaluator and to produce an AnalysisResult
describing the performance of the ClassificationEvaluator . |
ClassificationResult<CLASS> |
The result of a
Classifier . |
Classifier<CLASS,OBJECT> |
Interface describing a classifier.
|
Class | Description |
---|---|
BasicClassificationResult<CLASS> |
A basic implementation of a
ClassificationResult that internally
maintains a map of classes to confidences. |
ClassificationEvaluator<RESULT extends AnalysisResult,CLASS,OBJECT> |
Implementation of an
Evaluator for the evaluation of classification
experiments. |
ClassificationResultUtils |
Utility methods for working with
ClassificationResult s |