Class CutDendrogramByHeight.Par
- java.lang.Object
-
- elki.clustering.hierarchical.extraction.AbstractCutDendrogram.Par
-
- elki.clustering.hierarchical.extraction.CutDendrogramByHeight.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- CutDendrogramByHeight
public static class CutDendrogramByHeight.Par extends AbstractCutDendrogram.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) doublethresholdThreshold level.static OptionIDTHRESHOLD_IDThe threshold level for which to extract the clustering.-
Fields inherited from class elki.clustering.hierarchical.extraction.AbstractCutDendrogram.Par
algorithm, hierarchical, HIERARCHICAL_ID, NOSIMPLIFY_ID, simplify
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(Parameterization config)Configure the class.CutDendrogramByHeightmake()Make an instance after successful configuration.
-
-
-
Field Detail
-
THRESHOLD_ID
public static final OptionID THRESHOLD_ID
The threshold level for which to extract the clustering.
-
threshold
double threshold
Threshold level.
-
-
Method Detail
-
configure
public void configure(Parameterization config)
Description copied from interface:ParameterizerConfigure the class.Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.
- Specified by:
configurein interfaceParameterizer- Overrides:
configurein classAbstractCutDendrogram.Par- Parameters:
config- Parameterization
-
make
public CutDendrogramByHeight make()
Description copied from interface:ParameterizerMake an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Objectas return type.- Returns:
- a new instance
-
-