You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a beginner to HMM. Thanks for your effort on this amazing package. I fit data to the HMM model successfully, however, I want to ask how to get access to paramters like initial/transition/emission matrix.
I've found out that I can use self.starts/ends/edges to access some of it, but I didn't find how to get the emission matrix (or distributions in continuous data);
Another question is do you have any insights about why you use log value to describe the model rather than just the propablity?
Thank you!
The text was updated successfully, but these errors were encountered:
I'm a beginner to HMM. Thanks for your effort on this amazing package. I fit data to the HMM model successfully, however, I want to ask how to get access to paramters like initial/transition/emission matrix.
I've found out that I can use self.starts/ends/edges to access some of it, but I didn't find how to get the emission matrix (or distributions in continuous data);
Another question is do you have any insights about why you use log value to describe the model rather than just the propablity?
Thank you!
The text was updated successfully, but these errors were encountered: