public static class OutlierThresholdClustering.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
(package private) ScalingFunction |
scaling
Scaling function to use
|
static OptionID |
SCALING_ID
Parameter to specify a scaling function to use.
|
(package private) double[] |
threshold
Threshold to use
|
static OptionID |
THRESHOLD_ID
Parameter to specify the threshold
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected OutlierThresholdClustering |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID SCALING_ID
public static final OptionID THRESHOLD_ID
ScalingFunction scaling
double[] threshold
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected OutlierThresholdClustering makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.