IHiddenMarkovModel Properties |
The IHiddenMarkovModel type exposes the following members.
Name | Description | |
---|---|---|
LogInitial |
Gets the log of the initial probabilities (log(pi)) for this model.
| |
LogTransitions |
Gets the log of the transition matrix (log(A)) for this model.
| |
Probabilities | Obsolete.
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 | Obsolete.
Gets the log of the transition matrix (log(A)) for this model.
|