HiddenMarkovModelTDistribution Properties |
The HiddenMarkovModelTDistribution generic type exposes the following members.
Name | Description | |
---|---|---|
Dimension |
Gets the number of dimensions in the
probability distributions for the states.
| |
Emissions |
Gets the Emission matrix (B) for this model.
| |
LogInitial |
Gets the log-initial probabilities log(pi) for this model.
(Inherited from BaseHiddenMarkovModel.) | |
LogTransitions |
Gets the log-transition matrix log(A) for this model.
(Inherited from BaseHiddenMarkovModel.) | |
Probabilities | Obsolete.
Gets the log-initial probabilities log(pi) for this model.
(Inherited from BaseHiddenMarkovModel.) | |
States |
Gets the number of states of this model.
(Inherited from BaseHiddenMarkovModel.) | |
Tag |
Gets or sets a user-defined tag associated with this model.
(Inherited from BaseHiddenMarkovModel.) | |
Transitions | Obsolete.
Gets the log-transition matrix log(A) for this model.
(Inherited from BaseHiddenMarkovModel.) |