public static class StandardDeviationScaling.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected double |
fixedmean
Field storing the fixed mean to use
|
protected double |
lambda
Field storing the lambda value
|
static OptionID |
LAMBDA_ID
Parameter to specify the lambda value
|
static OptionID |
MEAN_ID
Parameter to specify a fixed mean to use.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected StandardDeviationScaling |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID MEAN_ID
public static final OptionID LAMBDA_ID
protected double fixedmean
protected double lambda
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected StandardDeviationScaling makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.