public static class OutlierROCCurve.ROCResult extends XYCurve
XYCurve.Itr
Modifier and Type | Field and Description |
---|---|
private double |
auc
AUC 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()
Result
getLongName
in interface Result
getLongName
in class XYCurve
public String getShortName()
Result
getShortName
in interface Result
getShortName
in class XYCurve
public void writeToText(TextWriterStream out, String label)
TextWriteable
TextWriterStream
writeToText
in interface TextWriteable
writeToText
in class XYCurve
out
- Output writerlabel
- LabelCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.