IHiddenMarkovModel Methods |
The IHiddenMarkovModel type exposes the following members.
Name | Description | |
---|---|---|
Decode |
Calculates the most likely sequence of hidden states
that produced the given observation sequence.
| |
Evaluate |
Calculates the probability that this model has generated the given sequence.
| |
Posterior(Array) |
Calculates the probability of each hidden state for each
observation in the observation vector.
| |
Posterior(Array, Int32) |
Calculates the probability of each hidden state for each observation
in the observation vector, and uses those probabilities to decode the
most likely sequence of states for each observation in the sequence
using the posterior decoding method. See remarks for details.
|