You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
Hi, I have read through the tutorial sample_local.ipynb. I dive into its implementation to call LogCluster and found out that it does not call LogCluster at all. I am confused that this implementation is not LogCluster since it does not match paper. Also I want to know the design consideration of the reason using the same variable support to decide the threshold of discarding word and pattern at the same time instead of making them separate.
Hi, I have read through the tutorial sample_local.ipynb. I dive into its implementation to call LogCluster and found out that it does not call LogCluster at all. I am confused that this implementation is not LogCluster since it does not match paper. Also I want to know the design consideration of the reason using the same variable support to decide the threshold of discarding word and pattern at the same time instead of making them separate.