public static class OutlierROCCurve.ROCResult extends XYCurve
XYCurve.Itr| Modifier and Type | Field and Description |
|---|---|
private double |
auc
AUC value
|
| Constructor and Description |
|---|
ROCResult(XYCurve col,
double rocauc)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAUC() |
java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
public ROCResult(XYCurve col, double rocauc)
col - roc curverocauc - ROC AUC valuepublic double getAUC()
public java.lang.String getLongName()
ResultgetLongName in interface ResultgetLongName in class XYCurvepublic java.lang.String getShortName()
ResultgetShortName in interface ResultgetShortName in class XYCurveCopyright © 2019 ELKI Development Team. License information.