Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistributionPosterior Method

Overload List
  NameDescription
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