This class implements a Hidden Markov Model distribution.
This class implements a Hidden Markov Model distribution. It can be trained either by EM, Viterbi, or Gradient Descent.Note that this kind of HMM always contain one initial state and one final state. Both are non-emitting.
Note that the log_probabilities is the average over all frames of the log_probability of the example.
Alphabetic index HTML hierarchy of classes or Java