Uses of Class
org.tribuo.classification.evaluation.LabelEvaluationUtil.PRCurve
Package
Description
Evaluation classes for multi-class classification.
-
Uses of LabelEvaluationUtil.PRCurve in org.tribuo.classification.evaluation
Modifier and TypeMethodDescriptionstatic LabelEvaluationUtil.PRCurve
LabelEvaluationUtil.generatePRCurve
(boolean[] yPos, double[] yScore) Calculates the Precision Recall curve for a single label.LabelEvaluation.precisionRecallCurve
(Label label) Calculates the Precision Recall curve for a single label.static LabelEvaluationUtil.PRCurve
LabelMetrics.precisionRecallCurve
(Label label, List<Prediction<Label>> predictions)