public static class CutDendrogramByHeight.Parameterizer extends AbstractCutDendrogram.Parameterizer
Modifier and Type | Field and Description |
---|---|
(package private) double |
threshold
Threshold level.
|
static OptionID |
THRESHOLD_ID
The threshold level for which to extract the clustering.
|
algorithm, hierarchical, HIERARCHICAL_ID
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected CutDendrogramByHeight |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID THRESHOLD_ID
double threshold
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractCutDendrogram.Parameterizer
config
- Parameterization to add options to.protected CutDendrogramByHeight makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.