Modifier and Type | Field and Description |
---|---|
protected ClassificationAnalyser<RESULT,CLASS,OBJECT> |
ClassificationEvaluator.analyser |
Modifier and Type | Class and Description |
---|---|
class |
CMAnalyser<OBJECT,CLASS>
A
ClassificationAnalyser that creates Confusion Matrices. |
Modifier and Type | Class and Description |
---|---|
class |
ROCAnalyser<OBJECT,CLASS>
A
ClassificationAnalyser capable of producing
a Receiver Operating Characteristic curve and associated
statistics. |
Modifier and Type | Method and Description |
---|---|
<RESULT extends AnalysisResult> |
AnnotationEvaluator.newClassificationEvaluator(ClassificationAnalyser<RESULT,ANNOTATION,OBJECT> analyser)
Make a new
ClassificationEvaluator , backed by the annotations
computed by this AnnotationEvaluator , with the given
ClassificationAnalyser . |