Click or drag to resize
Accord.NET (logo)

HiddenMarkovModel Properties

The HiddenMarkovModel 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.
(Inherited from HiddenMarkovModelTDistribution, TObservation.)
Public propertyEmissions Obsolete.
Please use LogEmissions instead.
Public propertyLogEmissions
Gets the log-emission matrix log(B) for this model.
Public propertyLogInitial
Gets the log-initial probabilities log(pi) for this model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.)
Public propertyLogTransitions
Gets the log-transition matrix log(A) for this model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.)
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.
(Inherited from HiddenMarkovModelTDistribution, TObservation.)
Public propertyNumberOfSymbols
Gets the number of symbols in this model's alphabet.
Public propertyProbabilities Obsolete.
Please use LogInitial instead.
Public propertyStates Obsolete.
Gets the number of states of this model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.)
Public propertySymbols Obsolete.
Please use NumberOfSymbols instead.
Public propertyTag
Gets or sets a user-defined tag associated with this model.
(Inherited from HiddenMarkovModelTDistribution, TObservation.)
Public propertyTransitions Obsolete.
Please use LogTransitions instead.
Top
See Also