public static class OPTICSXi.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected boolean |
keepsteep |
static OptionID |
KEEPSTEEP_ID
Parameter to keep the steep areas
|
protected boolean |
nocorrect |
static OptionID |
NOCORRECT_ID
Parameter to disable the correction function.
|
protected OPTICSTypeAlgorithm |
optics |
protected double |
xi |
static OptionID |
XI_ID
Parameter to specify the steepness threshold.
|
static OptionID |
XIALG_ID
Parameter to specify the actual OPTICS algorithm to use.
|
Constructor and Description |
---|
OPTICSXi.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected OPTICSXi |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID XIALG_ID
public static final OptionID XI_ID
public static final OptionID NOCORRECT_ID
public static final OptionID KEEPSTEEP_ID
protected OPTICSTypeAlgorithm optics
protected double xi
protected boolean nocorrect
protected boolean keepsteep
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected OPTICSXi 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.