ml.star: how to force ml.markov to jump to a particular state?
I cant figure out how to force ml.markov to jump to a particular state based simply on the state number itself, without using any symbols whatsoever. Do we really have to use symbols for this?
Anyone tried it out?
I would be interested to know as well. [prob] can receive an integer and jump to that state if that helps.
Yeah, [prob] can do it but ml.markov supports arbitrary markov orders (1st, 2nd, 3rd and so on) easily, so I would prefer to use that instead of reinventing the wheel.
Does anybody know if there other markov externals that can replace ml.markov?