#include "../../core/distributions/xmmGaussianDistribution.hpp"
#include "../../core/model/xmmModelParameters.hpp"
Go to the source code of this file.
Classes | |
class | xmm::HMM |
class | xmm::ClassParameters< HMM > |
Parameters specific to each class of a Hidden Markov Model. More... | |
Namespaces | |
xmm | |
Functions | |
template<> | |
void | xmm::checkLimits< HMM::TransitionMode > (HMM::TransitionMode const &value, HMM::TransitionMode const &limit_min, HMM::TransitionMode const &limit_max) |
template<> | |
void | xmm::checkLimits< HMM::RegressionEstimator > (HMM::RegressionEstimator const &value, HMM::RegressionEstimator const &limit_min, HMM::RegressionEstimator const &limit_max) |