
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, makeprotected Double min
protected Double max
boolean usemean
boolean nozeros
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected OutlierLinearScaling makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer