
public static class OutlierROCCurve.ROCResult extends XYCurve
XYCurve.Itr| Modifier and Type | Field and Description | 
|---|---|
| private double | aucAUC value | 
| Constructor and Description | 
|---|
| OutlierROCCurve.ROCResult(XYCurve col,
                         double rocauc)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getAUC() | 
| String | getLongName()A "pretty" name for the result, for use in titles, captions and menus. | 
| String | getShortName()A short name for the result, useful for file names. | 
| void | writeToText(TextWriterStream out,
           String label)Write self to the given  TextWriterStream | 
public OutlierROCCurve.ROCResult(XYCurve col, double rocauc)
col - roc curverocauc - ROC AUC valuepublic double getAUC()
public String getLongName()
ResultgetLongName in interface ResultgetLongName in class XYCurvepublic String getShortName()
ResultgetShortName in interface ResultgetShortName in class XYCurvepublic void writeToText(TextWriterStream out, String label)
TextWriteableTextWriterStreamwriteToText in interface TextWriteablewriteToText in class XYCurveout - Output writerlabel - Label