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, makepublic static final OptionID THRESHOLD_ID
double threshold
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractCutDendrogram.Parameterizerconfig - Parameterization to add options to.protected CutDendrogramByHeight makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.