public static enum AUUC.AUUCType extends java.lang.Enum<AUUC.AUUCType>
Modifier and Type | Field and Description |
---|---|
static AUUC.AUUCType[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
double |
exec(AUUC auc,
int idx) |
static AUUC.AUUCType |
fromString(java.lang.String strRepr) |
double |
maxCriterion(AUUC auuc) |
int |
maxCriterionIdx(AUUC auuc)
Convert a criterion into a threshold index that maximizes the criterion
|
static AUUC.AUUCType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AUUC.AUUCType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AUUC.AUUCType AUTO
public static final AUUC.AUUCType qini
public static final AUUC.AUUCType lift
public static final AUUC.AUUCType gain
public static final AUUC.AUUCType[] VALUES
public static AUUC.AUUCType[] values()
for (AUUC.AUUCType c : AUUC.AUUCType.values()) System.out.println(c);
public static AUUC.AUUCType 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 nullpublic double exec(AUUC auc, int idx)
public static AUUC.AUUCType fromString(java.lang.String strRepr)
public double maxCriterion(AUUC auuc)
public int maxCriterionIdx(AUUC auuc)