|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SamplingHigherOrderHMM.ViterbiComputation>
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.models.SamplingHigherOrderHMM.ViterbiComputation
public static enum SamplingHigherOrderHMM.ViterbiComputation
Emumeration of all possible Viterbi-Path methods
Enum Constant Summary | |
---|---|
MAX
standard viterbi path |
|
MAX_AND_SAMPLING
best of standard viterbi path and sampled path |
|
MAX_AND_SAMPLING_GAMMA
best of standard viterbi path and sampled path scored with gamma score (independent from parameters) |
|
MAX_GAMMA
standard viterbi with gamma scoring (independent from parameters) |
|
SAMPLING
draw paths and score with standard viterbi score |
|
SAMPLING_GAMMA
draw paths and score with gamma score (independent from parameters) |
Method Summary | |
---|---|
static SamplingHigherOrderHMM.ViterbiComputation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SamplingHigherOrderHMM.ViterbiComputation[] |
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 SamplingHigherOrderHMM.ViterbiComputation MAX
public static final SamplingHigherOrderHMM.ViterbiComputation MAX_GAMMA
public static final SamplingHigherOrderHMM.ViterbiComputation SAMPLING
public static final SamplingHigherOrderHMM.ViterbiComputation SAMPLING_GAMMA
public static final SamplingHigherOrderHMM.ViterbiComputation MAX_AND_SAMPLING
public static final SamplingHigherOrderHMM.ViterbiComputation MAX_AND_SAMPLING_GAMMA
Method Detail |
---|
public static SamplingHigherOrderHMM.ViterbiComputation[] values()
for (SamplingHigherOrderHMM.ViterbiComputation c : SamplingHigherOrderHMM.ViterbiComputation.values()) System.out.println(c);
public static SamplingHigherOrderHMM.ViterbiComputation 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 All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |