public static enum UpliftDRF.UpliftMetricType extends java.lang.Enum<UpliftDRF.UpliftMetricType>
| Enum Constant and Description |
|---|
AUTO |
ChiSquared |
Euclidean |
KL |
| Modifier and Type | Method and Description |
|---|---|
static UpliftDRF.UpliftMetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpliftDRF.UpliftMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpliftDRF.UpliftMetricType AUTO
public static final UpliftDRF.UpliftMetricType KL
public static final UpliftDRF.UpliftMetricType ChiSquared
public static final UpliftDRF.UpliftMetricType Euclidean
public static UpliftDRF.UpliftMetricType[] values()
for (UpliftDRF.UpliftMetricType c : UpliftDRF.UpliftMetricType.values()) System.out.println(c);
public static UpliftDRF.UpliftMetricType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null