public static class OutlierLinearScaling.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected Double |
max
Field storing the Maximum value
|
protected Double |
min
Field storing the Minimum to use
|
(package private) boolean |
nozeros
Ignore zero values
|
(package private) boolean |
usemean
Use the mean for scaling
|
Constructor and Description |
---|
OutlierLinearScaling.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected OutlierLinearScaling |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected Double min
protected Double max
boolean usemean
boolean nozeros
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected OutlierLinearScaling 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.