
public static class OPTICSXi.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected OPTICSTypeAlgorithm<DoubleDistanceClusterOrderEntry> |
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 |
|---|
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
protected OPTICSTypeAlgorithm<DoubleDistanceClusterOrderEntry> optics
protected double xi
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected OPTICSXi makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.