public static class OutlierPrecisionAtKCurve.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
MAX_K_ID
Maximum value for k
Key:
-precision.k
|
private int |
maxk
Maximum value for k
|
static OptionID |
POSITIVE_CLASS_NAME_ID
The pattern to identify positive classes.
|
private Pattern |
positiveClassName
Stores the "positive" class.
|
Constructor and Description |
---|
OutlierPrecisionAtKCurve.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected OutlierPrecisionAtKCurve |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID POSITIVE_CLASS_NAME_ID
Key: -precision.positive
public static final OptionID MAX_K_ID
Key: -precision.k
private Pattern positiveClassName
private int maxk
public OutlierPrecisionAtKCurve.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected OutlierPrecisionAtKCurve makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.