public static class StarBasedReferencePoints.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected boolean |
nocenter
Holds the value of
NOCENTER_ID . |
static OptionID |
NOCENTER_ID
Parameter to specify the grid resolution.
|
protected double |
scale
Holds the value of
SCALE_ID . |
static OptionID |
SCALE_ID
Parameter to specify the extra scaling of the space, to allow
out-of-data-space reference points.
|
Constructor and Description |
---|
StarBasedReferencePoints.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected StarBasedReferencePoints |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID NOCENTER_ID
Key: -star.nocenter
public static final OptionID SCALE_ID
Key: -star.scale
protected boolean nocenter
NOCENTER_ID
.protected double scale
SCALE_ID
.public StarBasedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected StarBasedReferencePoints 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.