Uses of Class
markov.Viterbi

Packages that use Viterbi
markov   
 

Uses of Viterbi in markov
 

Subclasses of Viterbi in markov
 class BaumWelsh
          Uses the Forward-Backward procedure to compute states probability for each timestep and allows for learning the model.