Ηi,
Ι need to feed the ForwardCalculator apart from the HMM with a sequence of observations.
How should I initialize a sequence of observations?
Let the sequence of observations be 1, 3, 4. I know tha Forward algorithm needs the parameter if sequence like this: java.util.List<? extends O> oseq but I cannot figure out how to define an observation.
Thank you so much for any help.