Germlin / hmm

C++ implement of Hidden Markov Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##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.

About

C++ implement of Hidden Markov Model


Languages

Language:C++ 78.2%Language:C 21.8%