Click or drag to resize
Accord.NET (logo)

HiddenMarkovClassifierTDistribution Properties

The HiddenMarkovClassifierTDistribution generic type exposes the following members.

Properties
  NameDescription
Public propertyClasses
Gets the number of classes which can be recognized by this classifier.
(Inherited from BaseHiddenMarkovClassifierTModel.)
Public propertyDimension
Gets the number of dimensions of the observations handled by this classifier.
Public propertyItem
Gets the Hidden Markov Model implementation responsible for recognizing each of the classes given the desired class label.
(Inherited from BaseHiddenMarkovClassifierTModel.)
Public propertyModels
Gets the collection of models specialized in each class of the sequence classification problem.
(Inherited from BaseHiddenMarkovClassifierTModel.)
Public propertyPriors
Gets the prior distribution assumed for the classes.
(Inherited from BaseHiddenMarkovClassifierTModel.)
Public propertySensitivity
Gets or sets a value governing the rejection given by a threshold model (if present). Increasing this value will result in higher rejection rates. Default is 1.
(Inherited from BaseHiddenMarkovClassifierTModel.)
Public propertyThreshold
Gets or sets the threshold model.
(Inherited from BaseHiddenMarkovClassifierTModel.)
Top
See Also