14 #ifndef __MLPACK_METHODS_HMM_HMM_UTIL_HPP
15 #define __MLPACK_METHODS_HMM_HMM_UTIL_HPP
32 template<
typename ActionType,
typename ExtraInfoType =
void>
34 ExtraInfoType* x = NULL);
38 template<
typename HMMType>
44 #include "hmm_util_impl.hpp"
Linear algebra utility functions, generally performed on matrices or vectors.
void LoadHMMAndPerformAction(const std::string &modelFile, ExtraInfoType *x=NULL)
ActionType should implement static void Apply(HMMType&).
HMMType
HMMType, to be stored on disk.
Include all of the base components required to write MLPACK methods, and the main MLPACK Doxygen docu...
void SaveHMM(HMMType &hmm, const std::string &modelFile)
Save an HMM to a file.