mlpack::hmm Namespace Reference
Hidden Markov Models.
More...
Detailed Description
Hidden Markov Models.
Function Documentation
template<typename Distribution >
void mlpack::hmm::LoadHMM |
( |
HMM< Distribution > & |
hmm, |
|
|
util::SaveRestoreUtility & |
sr | |
|
) |
| | [inline] |
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 >
void mlpack::hmm::SaveHMM |
( |
const HMM< Distribution > & |
hmm, |
|
|
util::SaveRestoreUtility & |
sr | |
|
) |
| | [inline] |
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. |