public static class CutDendrogramByNumberOfClusters.Parameterizer extends AbstractCutDendrogram.Parameterizer
| Modifier and Type | Field and Description | 
|---|---|
(package private) int | 
minclusters
Number of clusters to extract. 
 | 
static OptionID | 
MINCLUSTERS_ID
The minimum number of clusters to extract. 
 | 
algorithm, hierarchical, HIERARCHICAL_ID| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CutDendrogramByNumberOfClusters | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID MINCLUSTERS_ID
int minclusters
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractCutDendrogram.Parameterizerconfig - Parameterization to add options to.protected CutDendrogramByNumberOfClusters makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.