Skip to content

Commit

Permalink
minor addition
Browse files Browse the repository at this point in the history
  • Loading branch information
muz committed Feb 9, 2017
1 parent de15742 commit d89ace5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viterbi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A hidden Markov model with M hidden states and an alphabet size of N will have t
* MxM transition probabilities
* MxN emission probabilities

Your program should read these parameters file like [this](sample_parameters.dat).
Your program should read these parameters file like [this](sample_parameters.dat), which represents the classical fair/biased coin toss example.

Your program should also take an **observed sequence**.

Expand Down

0 comments on commit d89ace5

Please sign in to comment.