mlpack  master
Classes | Namespaces | Enumerations
hmm_model.hpp File Reference
Include dependency graph for hmm_model.hpp:

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
}
 

Detailed Description

Author
Ryan Curtin

A serializable HMM model that also stores the type.

Definition in file hmm_model.hpp.