CLASS
- Type of classesOBJECT
- Type of objectspublic class ROCAnalyser<OBJECT,CLASS> extends Object implements ClassificationAnalyser<ROCResult<CLASS>,CLASS,OBJECT>
ClassificationAnalyser
capable of producing
a Receiver Operating Characteristic curve and associated
statistics.Constructor and Description |
---|
ROCAnalyser() |
Modifier and Type | Method and Description |
---|---|
ROCResult<CLASS> |
analyse(Map<OBJECT,ClassificationResult<CLASS>> predicted,
Map<OBJECT,Set<CLASS>> actual)
Analyse the performance of the predicted results against the actual
ground-truth results.
|
public ROCAnalyser()