
public static class ComputeOutlierHistogram.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
bins
Number of bins 
 | 
protected Pattern | 
positiveClassName
Stores the "positive" class. 
 | 
protected ScalingFunction | 
scaling
Scaling function to use 
 | 
protected boolean | 
splitfreq
Flag to make split frequencies 
 | 
| Constructor and Description | 
|---|
ComputeOutlierHistogram.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ComputeOutlierHistogram | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprotected Pattern positiveClassName
protected int bins
protected ScalingFunction scaling
protected boolean splitfreq
public ComputeOutlierHistogram.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ComputeOutlierHistogram makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer