
public static class GridBasedReferencePoints.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
GRID_ID
Parameter to specify the grid resolution.
|
static OptionID |
GRID_SCALE_ID
Parameter to specify the extra scaling of the space, to allow
out-of-data-space reference points.
|
protected int |
gridres
Holds the value of
GRID_ID. |
protected double |
gridscale
Holds the value of
GRID_SCALE_ID. |
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected GridBasedReferencePoints |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID GRID_ID
Key: -grid.size
public static final OptionID GRID_SCALE_ID
Key: -grid.oversize
protected int gridres
GRID_ID.protected double gridscale
GRID_SCALE_ID.protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected GridBasedReferencePoints makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.