|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MLStateSequence
A state sequence ML method, for example a Hidden Markov Model.
Method Summary | |
---|---|
int[] |
getStatesForSequence(MLDataSet oseq)
Get the sates for the given sequence. |
double |
probability(MLDataSet oseq)
Determine the probability of the specified sequence. |
double |
probability(MLDataSet seq,
int[] states)
Determine the probability for the specified sequence and states. |
Method Detail |
---|
int[] getStatesForSequence(MLDataSet oseq)
oseq
- The sequence.
double probability(MLDataSet oseq)
oseq
- The sequence.
double probability(MLDataSet seq, int[] states)
seq
- The sequence.states
- The states.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |