Class LabelEvaluationUtil.PRCurve
java.lang.Object
org.tribuo.classification.evaluation.LabelEvaluationUtil.PRCurve
- Enclosing class:
LabelEvaluationUtil
Stores the Precision-Recall curve as three arrays: the precisions, the recalls,
and the thresholds associated with those values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]
final double[]
final double[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
precision
-
recall
-
thresholds
-
-
Constructor Details
-
PRCurve
-