public enum EMultilabelPerformanceMeasure extends java.lang.Enum<EMultilabelPerformanceMeasure>
| Enum Constant and Description |
|---|
AUTO_MEKA_GGP_FITNESS |
AUTO_MEKA_GGP_FITNESS_LOSS |
EXACT_MATCH_ACCURARY |
EXACT_MATCH_LOSS |
F1_MACRO_AVG_D |
F1_MACRO_AVG_D_LOSS |
F1_MACRO_AVG_L |
F1_MACRO_AVG_L_LOSS |
HAMMING_ACCURACY |
HAMMING_LOSS |
JACCARD_LOSS |
JACCARD_SCORE |
RANK_LOSS |
RANK_SCORE |
| Modifier and Type | Method and Description |
|---|---|
static EMultilabelPerformanceMeasure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMultilabelPerformanceMeasure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMultilabelPerformanceMeasure AUTO_MEKA_GGP_FITNESS
public static final EMultilabelPerformanceMeasure AUTO_MEKA_GGP_FITNESS_LOSS
public static final EMultilabelPerformanceMeasure EXACT_MATCH_ACCURARY
public static final EMultilabelPerformanceMeasure EXACT_MATCH_LOSS
public static final EMultilabelPerformanceMeasure F1_MACRO_AVG_D
public static final EMultilabelPerformanceMeasure F1_MACRO_AVG_D_LOSS
public static final EMultilabelPerformanceMeasure F1_MACRO_AVG_L
public static final EMultilabelPerformanceMeasure F1_MACRO_AVG_L_LOSS
public static final EMultilabelPerformanceMeasure HAMMING_ACCURACY
public static final EMultilabelPerformanceMeasure HAMMING_LOSS
public static final EMultilabelPerformanceMeasure JACCARD_LOSS
public static final EMultilabelPerformanceMeasure JACCARD_SCORE
public static final EMultilabelPerformanceMeasure RANK_LOSS
public static final EMultilabelPerformanceMeasure RANK_SCORE
public static EMultilabelPerformanceMeasure[] values()
for (EMultilabelPerformanceMeasure c : EMultilabelPerformanceMeasure.values()) System.out.println(c);
public static EMultilabelPerformanceMeasure 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