Skip to content

Commit

Permalink
Implemented logarithmic Forward algorithm and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwysocki committed Apr 5, 2015
1 parent eb73588 commit 0906cab
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 29 deletions.
2 changes: 1 addition & 1 deletion src/hidden_markov_music/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(:gen-class))

(def random-weather-model
(hmm/random-hmm [:rainy :sunny]
(hmm/random-HMM [:rainy :sunny]
[:run :clean :shop]))

(def song-states
Expand Down
Loading

0 comments on commit 0906cab

Please sign in to comment.