public static class LabelEvaluationUtil.ROC extends Object
By definition if both tpr and fpr are zero for the first value, the threshold is positive infinity.
Not yet a record, but it will be one day.
Modifier and Type | Field and Description |
---|---|
double[] |
fpr |
double[] |
thresholds |
double[] |
tpr |
Constructor and Description |
---|
ROC(double[] fpr,
double[] tpr,
double[] thresholds)
Constructs an ROC curve.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.