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.
- Host: GitHub
- URL: https://github.com/pin3da/hmm-dist
- Owner: pin3da
- License: mpl-2.0
- Created: 2016-11-18T22:48:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T03:22:03.000Z (over 9 years ago)
- Last Synced: 2025-10-29T10:51:47.720Z (9 months ago)
- Language: TeX
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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