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, make
public static final OptionID MEAN_ID
public static final OptionID LAMBDA_ID
protected double fixedmean
protected double lambda
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected StandardDeviationScaling makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.