Uses of Class
org.tribuo.classification.evaluation.LabelEvaluationUtil.PRCurve
Packages that use LabelEvaluationUtil.PRCurve
Package
Description
Evaluation classes for multi-class classification.
- 
Uses of LabelEvaluationUtil.PRCurve in org.tribuo.classification.evaluationMethods in org.tribuo.classification.evaluation that return LabelEvaluationUtil.PRCurveModifier and TypeMethodDescriptionstatic LabelEvaluationUtil.PRCurveLabelEvaluationUtil.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.PRCurveLabelMetrics.precisionRecallCurve(Label label, List<Prediction<Label>> predictions)