
public static class ComputeOutlierHistogram.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected int | binsNumber of bins | 
| protected Pattern | positiveClassNameStores the "positive" class. | 
| protected ScalingFunction | scalingScaling function to use | 
| protected boolean | splitfreqFlag 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