public enum MultinomialAucType extends java.lang.Enum<MultinomialAucType>
| Enum Constant and Description |
|---|
AUTO |
MACRO_OVO |
MACRO_OVR |
NONE |
WEIGHTED_OVO |
WEIGHTED_OVR |
| Modifier and Type | Method and Description |
|---|---|
static MultinomialAucType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultinomialAucType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultinomialAucType AUTO
public static final MultinomialAucType NONE
public static final MultinomialAucType MACRO_OVR
public static final MultinomialAucType WEIGHTED_OVR
public static final MultinomialAucType MACRO_OVO
public static final MultinomialAucType WEIGHTED_OVO
public static MultinomialAucType[] values()
for (MultinomialAucType c : MultinomialAucType.values()) System.out.println(c);
public static MultinomialAucType 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