
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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected OPTICSXi makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.