12 #ifndef MLPACK_METHODS_HMM_HMM_UTIL_HPP 13 #define MLPACK_METHODS_HMM_HMM_UTIL_HPP 26 GaussianMixtureModelHMM,
27 DiagonalGaussianMixtureModelHMM
31 template<
typename ActionType,
typename ExtraInfoType =
void>
33 ExtraInfoType* x = NULL);
37 template<
typename HMMType>
38 void SaveHMM(HMMType& hmm,
const std::string& modelFile);
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
The core includes that mlpack expects; standard C++ includes and Armadillo.
void LoadHMMAndPerformAction(const std::string &modelFile, ExtraInfoType *x=NULL)
ActionType should implement static void Apply(HMMType&).
Definition: hmm_util_impl.hpp:39
void SaveHMM(HMMType &hmm, const std::string &modelFile)
Save an HMM to a file.
Definition: hmm_util_impl.hpp:130