Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeizbicki/hmm
hidden markov models in haskell
https://github.com/mikeizbicki/hmm
Last synced: 2 months ago
JSON representation
hidden markov models in haskell
- Host: GitHub
- URL: https://github.com/mikeizbicki/hmm
- Owner: mikeizbicki
- License: other
- Created: 2012-02-01T06:20:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T15:20:41.000Z (over 8 years ago)
- Last Synced: 2024-10-28T14:03:01.998Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 124 KB
- Stars: 34
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is a Hidden Markov Model (HMM) library for Haskell. It is in the hackage repository already, and that's probably the version that you want to use. Try installing it with the command:
> cabal install hmm
The easiest way to learn to use the library is by following the tutorial at: http://izbicki.me/blog/using-hmms-in-haskell-for-bioinformatics