Package elki.evaluation.outlier
Class OutlierPrecisionRecallCurve.Par
- java.lang.Object
-
- elki.evaluation.outlier.OutlierPrecisionRecallCurve.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- OutlierPrecisionRecallCurve
public static class OutlierPrecisionRecallCurve.Par extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static elki.utilities.optionhandling.OptionIDPOSITIVE_CLASS_NAME_IDThe pattern to identify positive classes.protected java.util.regex.PatternpositiveClassNameMatcher for the "positive" class.
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)OutlierPrecisionRecallCurvemake()
-
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public OutlierPrecisionRecallCurve make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-