Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistribution, TObservation Properties

The HiddenMarkovModelTDistribution, TObservation generic type exposes the following members.

Properties
  NameDescription
Public propertyAlgorithm
Gets or sets the algorithm that should be used to compute solutions to this model's LogLikelihood(T[] input) evaluation, Decide(T[] input) decoding and LogLikelihoods(T[] input) posterior problems.
Public propertyEmissions
Gets the Emission matrix (B) for this model.
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 propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from TaggerBaseTInput.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfStates
Gets the number of states of this model.
Public propertyStates Obsolete.
Gets the number of states of this model.
Public propertyTag
Gets or sets a user-defined tag associated with this model.
Top
See Also