Hidden Markov Models.
More...
|
class | HMM |
| A class that represents a Hidden Markov Model with an arbitrary type of emission distribution. More...
|
|
template<typename Distribution >
Load an HMM from file.
This only works for GMMs, DiscreteDistributions, and GaussianDistributions.
- Template Parameters
-
Distribution | Distribution type of HMM. |
- Parameters
-
sr | SaveRestoreUtility to use. |
template<typename Distribution >
Save an HMM to file.
This only works for GMMs, DiscreteDistributions, and GaussianDistributions.
- Template Parameters
-
Distribution | Distribution type of HMM. |
- Parameters
-
sr | SaveRestoreUtility to use. |