public static enum Heuristics.HeuristicType extends Enum<Heuristics.HeuristicType>
Enum Constant and Description |
---|
AMEASURE |
ENTROPY |
FMEASURE |
GEN_FMEASURE |
JACCARD |
MATTHEWS_CORRELATION |
PRED_ACC |
YOUDEN_INDEX |
Modifier and Type | Method and Description |
---|---|
static Heuristics.HeuristicType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heuristics.HeuristicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Heuristics.HeuristicType PRED_ACC
public static final Heuristics.HeuristicType AMEASURE
public static final Heuristics.HeuristicType JACCARD
public static final Heuristics.HeuristicType FMEASURE
public static final Heuristics.HeuristicType GEN_FMEASURE
public static final Heuristics.HeuristicType ENTROPY
public static final Heuristics.HeuristicType MATTHEWS_CORRELATION
public static final Heuristics.HeuristicType YOUDEN_INDEX
public static Heuristics.HeuristicType[] values()
for (Heuristics.HeuristicType c : Heuristics.HeuristicType.values()) System.out.println(c);
public static Heuristics.HeuristicType 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 null DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann