public static enum ExtractFlatClusteringFromHierarchy.ThresholdMode extends Enum<ExtractFlatClusteringFromHierarchy.ThresholdMode>
Enum Constant and Description |
---|
BY_MINCLUSTERS
Cut by minimum number of clusters
|
BY_THRESHOLD
Cut by threshold
|
NO_THRESHOLD
No thresholding
|
Modifier and Type | Method and Description |
---|---|
static ExtractFlatClusteringFromHierarchy.ThresholdMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractFlatClusteringFromHierarchy.ThresholdMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractFlatClusteringFromHierarchy.ThresholdMode BY_MINCLUSTERS
public static final ExtractFlatClusteringFromHierarchy.ThresholdMode BY_THRESHOLD
public static final ExtractFlatClusteringFromHierarchy.ThresholdMode NO_THRESHOLD
public static ExtractFlatClusteringFromHierarchy.ThresholdMode[] values()
for (ExtractFlatClusteringFromHierarchy.ThresholdMode c : ExtractFlatClusteringFromHierarchy.ThresholdMode.values()) System.out.println(c);
public static ExtractFlatClusteringFromHierarchy.ThresholdMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.