public static class ComputeOutlierHistogram.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected int |
bins
Number of bins
|
static OptionID |
BINS_ID
number of bins for the histogram
|
static OptionID |
POSITIVE_CLASS_NAME_ID
The object pattern to identify positive classes
|
protected java.util.regex.Pattern |
positiveClassName
Stores the "positive" class.
|
protected ScalingFunction |
scaling
Scaling function to use
|
static OptionID |
SCALING_ID
Parameter to specify a scaling function to use.
|
protected boolean |
splitfreq
Flag to make split frequencies
|
static OptionID |
SPLITFREQ_ID
Flag to count frequencies of outliers and non-outliers separately
|
Constructor and Description |
---|
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, make
public static final OptionID POSITIVE_CLASS_NAME_ID
public static final OptionID BINS_ID
public static final OptionID SCALING_ID
public static final OptionID SPLITFREQ_ID
protected java.util.regex.Pattern positiveClassName
protected int bins
protected ScalingFunction scaling
protected boolean splitfreq
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ComputeOutlierHistogram makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.