|
|
IHybridMarkovModel Interface |
Namespace: Accord.Statistics.Models.Markov.Hybrid
The IHybridMarkovModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Dimension |
Gets the expected number of dimensions in each observation.
| |
| States |
Gets the number of states of this model.
| |
| Tag |
Gets or sets a user-defined tag.
|
| 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.
|