Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovModel Properties

The BaseHiddenMarkovModel type exposes the following members.

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