public static class SqrtStandardDeviationScaling.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected double |
lambda |
static OptionID |
LAMBDA_ID
Parameter to specify the lambda value
Key:
-sqrtstddevscale.lambda
|
protected Double |
mean |
static OptionID |
MEAN_ID
Parameter to specify a fixed mean to use.
|
protected Double |
min |
static OptionID |
MIN_ID
Parameter to specify the fixed minimum to use.
|
Constructor and Description |
---|
SqrtStandardDeviationScaling.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
Key: -sqrtstddevscale.min
public static final OptionID MEAN_ID
Key: -sqrtstddevscale.mean
public static final OptionID LAMBDA_ID
Key: -sqrtstddevscale.lambda
protected Double min
protected Double mean
protected double lambda
public SqrtStandardDeviationScaling.Parameterizer()
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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.