IRunningMarkovStatistics Interface |
Namespace: Accord.Statistics.Running
The IRunningMarkovStatistics 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).
| |
Started |
Gets whether the model has been initialized or not.
|
Name | Description | |
---|---|---|
Clear |
Clears all measures previously computed
and indicate the sequence has ended.
|