Click or drag to resize
Accord.NET (logo)

IHiddenMarkovModel Methods

The IHiddenMarkovModel type exposes the following members.

Methods
  NameDescription
Public methodDecode
Calculates the most likely sequence of hidden states that produced the given observation sequence.
Public methodEvaluate
Calculates the probability that this model has generated the given sequence.
Public methodPosterior(Array)
Calculates the probability of each hidden state for each observation in the observation vector.
Public methodPosterior(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.
Top
See Also