public static class SqrtStandardDeviationScaling.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected double |
lambda
Predefined lambda scaling factor.
|
static OptionID |
LAMBDA_ID
Parameter to specify the lambda value
|
(package private) double |
mean
Pre-fixed minimum and mean.
|
static OptionID |
MEAN_ID
Parameter to specify a fixed mean to use.
|
(package private) double |
min
Pre-fixed minimum and mean.
|
static OptionID |
MIN_ID
Parameter to specify the fixed minimum to use.
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected SqrtStandardDeviationScaling |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID MIN_ID
public static final OptionID MEAN_ID
public static final OptionID LAMBDA_ID
double min
double mean
protected double lambda
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected SqrtStandardDeviationScaling makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.