/hmm

C++ implement of Hidden Markov Model

Primary LanguageC++

##C++ Implement of HMM

  • HMM means Hidden Markov Model
  • You can learn how to use this program from the test case in 'test.cpp'.
  • The implement of Baum-Welch algorithm has not been tested.