Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifierTModel, TDistribution, TObservation Properties

The BaseHiddenMarkovClassifierTModel, TDistribution, TObservation generic type exposes the following members.

Properties
  NameDescription
Public propertyClasses Obsolete.
Gets the number of classes which can be recognized by this classifier.
Public propertyItem
Gets the Hidden Markov Model implementation responsible for recognizing each of the classes given the desired class label.
Public propertyModels
Gets the collection of models specialized in each class of the sequence classification problem.
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.)
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 propertyPriors
Gets the prior distribution assumed for the classes.
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.
Public propertyThreshold
Gets or sets the threshold model.
Top
See Also