public static enum APIUtils.LEARNING_ALGORITHM extends java.lang.Enum<APIUtils.LEARNING_ALGORITHM>
Enum Constant and Description |
---|
AUGMENTED_MARKOV_BLANKET |
AUGMENTED_NAIVE |
EQ |
MARKOV_BLANKET |
MAX_SPANNING_TREE |
NAIVE |
PARAMETER |
SOP_LEQ |
TABOO |
TABOO_ORDER |
TREE_AUGMENTED_NAIVE |
Modifier and Type | Method and Description |
---|---|
static APIUtils.LEARNING_ALGORITHM |
getValue(java.lang.String v) |
boolean |
isSupervised() |
boolean |
isTreeCapable() |
boolean |
isUnsupervised() |
java.lang.String |
toString() |
static APIUtils.LEARNING_ALGORITHM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIUtils.LEARNING_ALGORITHM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIUtils.LEARNING_ALGORITHM PARAMETER
public static final APIUtils.LEARNING_ALGORITHM TABOO
public static final APIUtils.LEARNING_ALGORITHM EQ
public static final APIUtils.LEARNING_ALGORITHM SOP_LEQ
public static final APIUtils.LEARNING_ALGORITHM MAX_SPANNING_TREE
public static final APIUtils.LEARNING_ALGORITHM TABOO_ORDER
public static final APIUtils.LEARNING_ALGORITHM NAIVE
public static final APIUtils.LEARNING_ALGORITHM AUGMENTED_NAIVE
public static final APIUtils.LEARNING_ALGORITHM TREE_AUGMENTED_NAIVE
public static final APIUtils.LEARNING_ALGORITHM MARKOV_BLANKET
public static final APIUtils.LEARNING_ALGORITHM AUGMENTED_MARKOV_BLANKET
public static APIUtils.LEARNING_ALGORITHM[] values()
for (APIUtils.LEARNING_ALGORITHM c : APIUtils.LEARNING_ALGORITHM.values()) System.out.println(c);
public static APIUtils.LEARNING_ALGORITHM 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 java.lang.String toString()
toString
in class java.lang.Enum<APIUtils.LEARNING_ALGORITHM>
public boolean isSupervised()
public boolean isUnsupervised()
public boolean isTreeCapable()
public static APIUtils.LEARNING_ALGORITHM getValue(java.lang.String v)