|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Heuristics.HeuristicType>
org.dllearner.learningproblems.Heuristics.HeuristicType
public static enum Heuristics.HeuristicType
| Enum Constant Summary | |
|---|---|
AMEASURE
|
|
FMEASURE
|
|
GEN_FMEASURE
|
|
JACCARD
|
|
PRED_ACC
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||