An open API service indexing awesome lists of open source software.

https://github.com/pin3da/hmm-dist

Distance measures for hidden markov models.
https://github.com/pin3da/hmm-dist

Last synced: 6 months ago
JSON representation

Distance measures for hidden markov models.

Awesome Lists containing this project

README

          

### Distance measures for HMM

#### Format for hmm

The first line contains two integers N, M.
N is the number of states and M is the size of
the observation set.

Then N x N numbers describing the state transition probability matrix.
Then N x M numbers describing the emission probabilities.
Then N numbers decribing the initial state probability