Displaying 1 result from an estimated 1 matches for "bbbbbbbbbbbbaaaaaaaabb".
2009 Aug 12
0
hmm.discnp or other?
...i()
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 probabilities between the two states. Given the trained HMM, I
then wish to label new sequences via viterbi().
Am I missing the purpos...