Hidden markov models.
class HMM
A class that represents a Hidden Markov Model with an arbitrary type of emission distribution.
template<typename Distribution > void LoadHMM (HMM< Distribution > &hmm, util::SaveRestoreUtility &sr)
Load an HMM from file. template<typename Distribution > void SaveHMM (const HMM< Distribution > &hmm, util::SaveRestoreUtility &sr)
Save an HMM to file.
Hidden Markov Models.
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.
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.
Generated automatically by Doxygen for MLPACK from the source code.