Package | Description |
---|---|
org.tribuo.classification.evaluation |
Evaluation classes for multi-class classification.
|
Modifier and Type | Method and Description |
---|---|
static LabelEvaluationUtil.PRCurve |
LabelEvaluationUtil.generatePRCurve(boolean[] yPos,
double[] yScore)
Calculates the Precision Recall curve for a single label.
|
LabelEvaluationUtil.PRCurve |
LabelEvaluation.precisionRecallCurve(Label label)
Calculates the Precision Recall curve for a single label.
|
static LabelEvaluationUtil.PRCurve |
LabelMetrics.precisionRecallCurve(Label label,
List<Prediction<Label>> predictions) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.