search for: aaaaaaaaabbbbbbbbbbbbbaaaaaaa

Displaying 1 result from an estimated 1 matches for "aaaaaaaaabbbbbbbbbbbbbaaaaaaa".

2009 Aug 12
0
hmm.discnp or other?
...el the state of the observations given to the hmm() function. Ultimately, I'd like to 1) train the hmm on labeled data, 2) use viterbi() to calculate optimal labeling of unlabeled observations. More concretely, I have labeled data that looks something like: 11212321221223121221112233222122112 AAAAAAAAABBBBBBBBBBBBBAAAAAAAAAAAAA 21221223121221112233222122112 AAAAAAAAABBBBBBBBBBBBBAAAAAAA 3121221112233222122112 BBBBBBBBBBBBAAAAAAAABB from which I'd like to build the two hidden state (A and B) hmm that emits observed 1, 2, or 3 at probabilities dictated by the hidden state, with transition probab...