RunningMarkovStatistics Properties |
The RunningMarkovStatistics type exposes the following members.
Name | Description | |
---|---|---|
Current |
Gets the current vector of probabilities of being in each state.
| |
CurrentState |
Gets the current most likely state (in the Viterbi path).
| |
LogForward |
Gets the current Forward probability
(along all possible paths).
| |
LogViterbi |
Gets the current Viterbi probability
(along the most likely path).
| |
Model |
Gets the HiddenMarkovModel used in this filter.
| |
Started |
Gets whether the model has been initialized or not.
|