amitkumarx86
Results
2
issues of
amitkumarx86
I want to get probability for a given observation sequence. I could see liklihood function is there in emission package, but that is not giving one value. `new_hsmm.emissions.likelihood(np.array([1,2,3]))` **Ouput** `array([[2.26e-01,...
Hey Matt, I have multiple observation sequences, like ; [[1234,1235,1236,1237], [4353,7643,3522,1234], ....] I want to train hsmm with categorical distributions. I am not sure how to do this with your...