|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StructureLearner.ModelType>
de.jstacs.models.discrete.inhomogeneous.StructureLearner.ModelType
public static enum StructureLearner.ModelType
This enum defines the different types of models that can be
learned with the StructureLearner.
| Enum Constant Summary | |
|---|---|
BN
This value indicates that the model should compute a Bayesian network (BN). |
|
IMM
This value indicates that the model is an inhomogeneous Markov model (iMM). |
|
PMM
This value indicates that the model should compute a permuted Markov model (pMM). |
|
| Method Summary | |
|---|---|
static StructureLearner.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StructureLearner.ModelType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 StructureLearner.ModelType IMM
public static final StructureLearner.ModelType PMM
public static final StructureLearner.ModelType BN
| Method Detail |
|---|
public static StructureLearner.ModelType[] values()
for (StructureLearner.ModelType c : StructureLearner.ModelType.values()) System.out.println(c);
public static StructureLearner.ModelType 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 | |||||||||