mlpack
master
|
Go to the source code of this file.
Classes | |
class | mlpack::hmm::HMMModel |
A serializable HMM model that also stores the type. More... | |
Namespaces | |
mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors. | |
mlpack::hmm | |
Hidden Markov Models. | |
Enumerations | |
enum | mlpack::hmm::HMMType : char { mlpack::hmm::DiscreteHMM = 0, mlpack::hmm::GaussianHMM, mlpack::hmm::GaussianMixtureModelHMM, mlpack::hmm::DiscreteHMM = 0, mlpack::hmm::GaussianHMM, mlpack::hmm::GaussianMixtureModelHMM } |
A serializable HMM model that also stores the type.
Definition in file hmm_model.hpp.