MINERful icon indicating copy to clipboard operation
MINERful copied to clipboard

Get the number of occurrences for each rule

Open GilbertFan opened this issue 3 years ago • 3 comments

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

GilbertFan avatar Dec 15 '21 21:12 GilbertFan

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

cdc08x avatar Jan 05 '22 08:01 cdc08x

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

Best Regards,

Gilbert

GilbertFan avatar Jan 08 '22 06:01 GilbertFan