public static class LabelEvaluationUtil.PRCurve extends Object
Not yet a record, but it will be one day.
Modifier and Type | Field and Description |
---|---|
double[] |
precision |
double[] |
recall |
double[] |
thresholds |
Constructor and Description |
---|
PRCurve(double[] precision,
double[] recall,
double[] thresholds)
Constructs a precision-recall curve.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.