BaseHiddenMarkovModel Properties |
The BaseHiddenMarkovModel type exposes the following members.
Name | Description | |
---|---|---|
LogInitial |
Gets the log-initial probabilities log(pi) for this model.
| |
LogTransitions |
Gets the log-transition matrix log(A) for this model.
| |
Probabilities | Obsolete.
Gets the log-initial probabilities log(pi) for this model.
| |
States |
Gets the number of states of this model.
| |
Tag |
Gets or sets a user-defined tag associated with this model.
| |
Transitions | Obsolete.
Gets the log-transition matrix log(A) for this model.
|