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 |
|---|
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, makepublic static final OptionID NOCENTER_ID
public static final OptionID SCALE_ID
protected boolean nocenter
NOCENTER_ID.protected double scale
SCALE_ID.protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected StarBasedReferencePoints makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.