![]() |
HiddenMarkovClassifier Properties |
The HiddenMarkovClassifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | Classes | Obsolete.
Gets the number of classes which can be recognized by this classifier.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) |
![]() | Item |
Gets the Hidden Markov
Model implementation responsible for recognizing
each of the classes given the desired class label.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) |
![]() | Models |
Gets the collection of models specialized in each
class of the sequence classification problem.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) |
![]() | NumberOfClasses |
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.) |
![]() | NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) |
![]() | NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) |
![]() | NumberOfSymbols |
Gets the number of symbols
recognizable by the models.
|
![]() | Priors |
Gets the prior distribution assumed for the classes.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) |
![]() | Sensitivity |
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, TDistribution, TObservation.) |
![]() | Symbols | Obsolete.
Obsolete. Please use NumberOfSymbols instead.
|
![]() | Threshold |
Gets or sets the threshold model.
(Inherited from BaseHiddenMarkovClassifierTModel, TDistribution, TObservation.) |