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 |
---|
GridBasedReferencePoints.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, make
public 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
.public GridBasedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected GridBasedReferencePoints 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.