in reply to Re: objects becoming unblessed?
in thread objects becoming unblessed?
I'm going to go back and just store these things in an array, rather than in a hash.
As for the Markov model - I'm using this code to generate a sequence of states + emissions. So the algorithm is
Of course, the next step is to write the code that goes back and tries to figure out what the hidden states were based solely on the emissions.emit a value->transition to the next state-> if current state isn't the end state then repeat.
|
|---|