public static enum ClusteringParameters.Clustering extends Enum<ClusteringParameters.Clustering> implements ParameterEnum
| Enum Constant and Description |
|---|
CONVERGANCE_TOLERANCE |
MAX_ITERATIONS |
MAX_REDUCER_COUNT |
MINIMUM_SIZE |
RETAIN_GROUP_ASSIGNMENTS |
ZOOM_LEVELS |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static ClusteringParameters.Clustering |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringParameters.Clustering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusteringParameters.Clustering MAX_REDUCER_COUNT
public static final ClusteringParameters.Clustering RETAIN_GROUP_ASSIGNMENTS
public static final ClusteringParameters.Clustering MINIMUM_SIZE
public static final ClusteringParameters.Clustering MAX_ITERATIONS
public static final ClusteringParameters.Clustering CONVERGANCE_TOLERANCE
public static final ClusteringParameters.Clustering ZOOM_LEVELS
public static ClusteringParameters.Clustering[] values()
for (ClusteringParameters.Clustering c : ClusteringParameters.Clustering.values()) System.out.println(c);
public static ClusteringParameters.Clustering 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 nullpublic Enum<?> self()
self in interface ParameterEnumpublic ParameterHelper<?> getHelper()
getHelper in interface ParameterEnumCopyright © 2013–2022. All rights reserved.