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