
public static class OutlierPrecisionRecallCurve.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
POSITIVE_CLASS_NAME_ID
The pattern to identify positive classes.
|
protected Pattern |
positiveClassName |
| Constructor and Description |
|---|
OutlierPrecisionRecallCurve.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected OutlierPrecisionRecallCurve |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID POSITIVE_CLASS_NAME_ID
Key: -precision.positive
protected Pattern positiveClassName
public OutlierPrecisionRecallCurve.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected OutlierPrecisionRecallCurve makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.