I have a set of observation and states that I determined. I'm trying to associate the observations to the states but the hmmlearn library will only decode the observation after fitting the HMM to the observation. The fitting changes the states which is unwanted.
Is there a HMM implementation that doesn't fit the model?