The IHiddenMarkovModel type exposes the following members.
Methods
| 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.
|
Properties
| Name | Description | |
|---|---|---|
| Probabilities |
Gets the initial probabilities for this model.
| |
| States |
Gets the number of states of this model.
| |
| Tag |
Gets or sets a user-defined tag.
| |
| Transitions |
Gets the Transition matrix (A) for this model.
|
See Also