Click or drag to resize
Accord.NET (logo)

HybridMarkovModel Properties

The HybridMarkovModel type exposes the following members.

Properties
  NameDescription
Public propertyDimension
Gets the number of dimensions of the observations handled by this model.
Public propertyFunction
Gets the Markov function, which takes the previous state, the next state and a observation and produces a probability value.
Public propertyStates
Gets the number of states in the model.
Public propertyTag
Gets or sets an user-defined object associated with this model.
Top
See Also