Click or drag to resize
Accord.NET (logo)

IHiddenMarkovModel Properties

The IHiddenMarkovModel type exposes the following members.

Properties
  NameDescription
Public propertyLogInitial
Gets the log of the initial probabilities (log(pi)) for this model.
Public propertyLogTransitions
Gets the log of the transition matrix (log(A)) for this model.
Public propertyProbabilities Obsolete.
Gets the initial probabilities for this model.
Public propertyStates
Gets the number of states of this model.
Public propertyTag
Gets or sets a user-defined tag.
Public propertyTransitions Obsolete.
Gets the log of the transition matrix (log(A)) for this model.
Top
See Also