public static class StatisticsClassification.ROCCurve
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getAUC()
Returns the AUC
|
double |
getBrierScore()
Returns the Brier score.
|
double[] |
getFalsePositiveRate()
Returns false-positive rates for all cut-off points
|
double |
getSensitivity()
Return the sensitivity = tp / (tp + fn).
|
double |
getSpecificity()
Returns the specificity = tn / (fp + tn).
|
double[] |
getTruePositiveRate()
Returns true-positive rates for all cut-off points
|
public double getAUC()
public double getBrierScore()
public double[] getFalsePositiveRate()
public double getSensitivity()
public double getSpecificity()
public double[] getTruePositiveRate()