Click or drag to resize
Accord.NET (logo)

IRunningMarkovStatistics Interface

Common interface for running Markov filters.

Namespace:  Accord.Statistics.Running
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IRunningMarkovStatistics
Request Example View Source

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
Methods
  NameDescription
Public methodClear
Clears all measures previously computed and indicate the sequence has ended.
Top
See Also