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
Key:
-thresholdclust.threshold
|
Constructor and Description |
---|
OutlierThresholdClustering.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
Key: -thresholdclust.scaling
public static final OptionID THRESHOLD_ID
Key: -thresholdclust.threshold
ScalingFunction scaling
double[] threshold
public OutlierThresholdClustering.Parameterizer()
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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.