Click or drag to resize
Accord.NET (logo)

IRunningMarkovStatistics Properties

The IRunningMarkovStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Gets the current vector of probabilities of being in each state.
Public propertyCurrentState
Gets the current most likely state (in the Viterbi path).
Public propertyLogForward
Gets the current Forward probability (along all possible paths).
Public propertyLogViterbi
Gets the current Viterbi probability (along the most likely path).
Public propertyStarted
Gets whether the model has been initialized or not.
Top
See Also