23 #ifndef __MLPACK_METHODS_HMM_HMM_UTIL_HPP
24 #define __MLPACK_METHODS_HMM_HMM_UTIL_HPP
38 template<
typename Distribution>
39 void SaveHMM(
const HMM<Distribution>& hmm, util::SaveRestoreUtility& sr);
48 template<
typename Distribution>
49 void LoadHMM(HMM<Distribution>& hmm, util::SaveRestoreUtility& sr);
55 #include "hmm_util_impl.hpp"