ztguang / Hmmplib

Multy-core parallel library solution of discrete Hidden Markov Model in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Hmmplib?

Hmmplib is an open source C library solution to HMM ( Hidden Markov Model )

Hmmplib features:

  • Algorithmic and abstract solutions to the problems in HMM written in C.
  • Muty-core thread level parallelism via OpenMP for the abstract level.
  • Optimised algorithms and memory access.
  • File I/O interface.

Specifics of Hmmplib:

  • Only operates with discrete emission alphabet and probability variables.
  • Use multiple models and sequences for: evaluation, decoding and learning.

Check the documentation at https://iskrent.github.io/Hmmplib/

About

Multy-core parallel library solution of discrete Hidden Markov Model in C

License:GNU General Public License v3.0


Languages

Language:C 85.9%Language:C++ 14.1%