public static class OutlierPrecisionAtKCurve.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
MAX_K_ID
Maximum value for k
|
private int |
maxk
Maximum value for k
|
static OptionID |
POSITIVE_CLASS_NAME_ID
The pattern to identify positive classes.
|
private java.util.regex.Pattern |
positiveClassName
Stores the "positive" class.
|
Constructor and Description |
---|
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
public static final OptionID MAX_K_ID
private java.util.regex.Pattern positiveClassName
private int maxk
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 © 2019 ELKI Development Team. License information.