public static class RescaleMetaOutlierAlgorithm.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
private Algorithm | 
algorithm
Holds the algorithm to run. 
 | 
private ScalingFunction | 
scaling
Scaling function to use 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected RescaleMetaOutlierAlgorithm | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprivate Algorithm algorithm
private ScalingFunction scaling
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected RescaleMetaOutlierAlgorithm makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.