public static class OutlierPrecisionRecallCurve.PRCurve extends XYCurve
XYCurve.Itr| Modifier and Type | Field and Description |
|---|---|
(package private) double |
auc
Area under curve
|
(package private) int |
positive
Number of positive observations
|
| Constructor and Description |
|---|
PRCurve(int size,
int positive)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAUC()
Get AUC value
|
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 PRCurve(int size,
int positive)
size - Size estimationpositive - Number of positive elements (for AUC correction)public java.lang.String getLongName()
ResultgetLongName in interface ResultgetLongName in class XYCurvepublic java.lang.String getShortName()
ResultgetShortName in interface ResultgetShortName in class XYCurvepublic double getAUC()
Copyright © 2019 ELKI Development Team. License information.