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

Simple question: where observed_labels is initialized in HMM class? #16

Closed
wangcongcong123 opened this issue Aug 31, 2021 · 1 comment
Closed

Comments

@wangcongcong123
Copy link

By hacking the code, it is easy to know out_labels is initialized in BaseAggregator (a super class of HMM). I am just curious where observed_labels is initialized? Thanks.

@plison
Copy link
Collaborator

plison commented Sep 1, 2021

observed_labels is declared as a property in the BaseAggregator class (line 167).

@plison plison closed this as completed Sep 1, 2021
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

2 participants