
public static class OutlierPrecisionRecallCurve.PRCurve extends XYCurve
XYCurve.Itr| Modifier and Type | Field and Description |
|---|---|
(package private) double |
auc
Area under curve
|
static String |
PRAUC_LABEL
AUC value for PR curve
|
| Constructor and Description |
|---|
OutlierPrecisionRecallCurve.PRCurve(int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAUC()
Get AUC value
|
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 static final String PRAUC_LABEL
double auc
public OutlierPrecisionRecallCurve.PRCurve(int size)
size - Size estimationpublic String getLongName()
ResultgetLongName in interface ResultgetLongName in class XYCurvepublic String getShortName()
ResultgetShortName in interface ResultgetShortName in class XYCurvepublic double getAUC()
public void writeToText(TextWriterStream out, String label)
TextWriteableTextWriterStreamwriteToText in interface TextWriteablewriteToText in class XYCurveout - Output writerlabel - Label