Hi, there,

The three main DP operations are Forwards, Backwards and Viterbi. Forwards and 
Backwards calculate the probability of the sequences having been made in any way by 
the model. Viterbi finds the most supported way that the sequence could have been made.

I have seen the Dice example that demonstrates how to use Viterbi algorithm.  And I 
guess it would be the similar way to use Forward algorithm.  However, it's not like 
what I thought.  Can someone give me a direction how to use the Forward algorithm in 
DP class?  Is any tutorial regarding DP and HMM available?  More documentations about 
DP and HMM classes in BioJava other than Javadocs are also very helpful.

Thank you.

Zhen

_______________________________________________
Biojava-l mailing list  -  [EMAIL PROTECTED]
http://biojava.org/mailman/listinfo/biojava-l

Reply via email to