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

Get the number of occurrences for each rule #5

Open
GilbertFan opened this issue Dec 15, 2021 · 3 comments
Open

Get the number of occurrences for each rule #5

GilbertFan opened this issue Dec 15, 2021 · 3 comments

Comments

@GilbertFan
Copy link

Dear authors
Thank you for this amazing application and I really enjoy using it.
However, I am just wondering is there a way to also get the actual number of occurrences for each rule discovered instead of its support?

Thank you for the help!

Best Regards,

Gilbert

@cdc08x
Copy link
Owner

cdc08x commented Jan 5, 2022

Dear Gilbert,

Thank you for your comment! We are happy you appreciate the tool. As for the counter of satisfying events for a rule, there is a way although it requires a few more lines of code to expose this information. In essence, the answer is in the LocalStatsWrapper and its attribute interplayStatsTable, associating a StatsCell instance to every (other) task than the one under analysis. I’ve taken note of this request and am going to implement an API entry for this as soon as possible.

Best,
Claudio

@GilbertFan
Copy link
Author

Dear Claudio
Thank you for your reply. Looking forward to using the API!

Best Regards,

Gilbert

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

3 participants
@cdc08x @GilbertFan and others