Contents
Interface ProbabilisticClassificationMetric
- All Superinterfaces:
Serializable
An abstract interface to measure the probabilistic classification performance.
-
Method Summary
Modifier and TypeMethodDescriptiondoublescore(int[] truth, double[] probability) Returns a score to measure the quality of classification.