BaseHiddenMarkovClassifierTModel Properties |
The BaseHiddenMarkovClassifierTModel generic type exposes the following members.
Name | Description | |
---|---|---|
Classes |
Gets the number of classes which can be recognized by this classifier.
| |
Item |
Gets the Hidden Markov
Model implementation responsible for recognizing
each of the classes given the desired class label.
| |
Models |
Gets the collection of models specialized in each
class of the sequence classification problem.
| |
Priors |
Gets the prior distribution assumed for the classes.
| |
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.
| |
Threshold |
Gets or sets the threshold model.
|