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?
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!