Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution Properties

The HiddenMarkovModelTDistribution generic type exposes the following members.

Properties
  NameDescription
Public propertyDimension
Gets the number of dimensions in the probability distributions for the states.
Public propertyEmissions
Gets the Emission matrix (B) for this model.
Public propertyLogInitial
Gets the log-initial probabilities log(pi) for this model.
(Inherited from BaseHiddenMarkovModel.)
Public propertyLogTransitions
Gets the log-transition matrix log(A) for this model.
(Inherited from BaseHiddenMarkovModel.)
Public propertyProbabilities Obsolete.
Gets the log-initial probabilities log(pi) for this model.
(Inherited from BaseHiddenMarkovModel.)
Public propertyStates
Gets the number of states of this model.
(Inherited from BaseHiddenMarkovModel.)
Public propertyTag
Gets or sets a user-defined tag associated with this model.
(Inherited from BaseHiddenMarkovModel.)
Public propertyTransitions Obsolete.
Gets the log-transition matrix log(A) for this model.
(Inherited from BaseHiddenMarkovModel.)
Top
See Also