public static enum RubineConfiguration.Config extends Enum<RubineConfiguration.Config>
| Enum Constant and Description |
|---|
FEATURE_LIST |
MAHALANOBIS_DISTANCE |
MIN_DISTANCE |
PROBABILITY |
| Modifier and Type | Method and Description |
|---|---|
static RubineConfiguration.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RubineConfiguration.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubineConfiguration.Config MIN_DISTANCE
public static final RubineConfiguration.Config FEATURE_LIST
public static final RubineConfiguration.Config MAHALANOBIS_DISTANCE
public static final RubineConfiguration.Config PROBABILITY
public static RubineConfiguration.Config[] values()
for (RubineConfiguration.Config c : RubineConfiguration.Config.values()) System.out.println(c);
public static RubineConfiguration.Config 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 © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.