public static enum KNNKernelDensityMinimaClustering.Mode extends Enum<KNNKernelDensityMinimaClustering.Mode>
Modifier and Type | Method and Description |
---|---|
static KNNKernelDensityMinimaClustering.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KNNKernelDensityMinimaClustering.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KNNKernelDensityMinimaClustering.Mode BALLOON
public static final KNNKernelDensityMinimaClustering.Mode SAMPLE
public static KNNKernelDensityMinimaClustering.Mode[] values()
for (KNNKernelDensityMinimaClustering.Mode c : KNNKernelDensityMinimaClustering.Mode.values()) System.out.println(c);
public static KNNKernelDensityMinimaClustering.Mode 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.