Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] How to get access to model parameters like initial/transition/emission matrix #1120

Open
runfeng22 opened this issue Oct 26, 2024 · 0 comments

Comments

@runfeng22
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant