chenxuhao / GraphMiner

Graph Pattern Mining
MIT License
87 stars 18 forks source link

The code mistake in src\fsm\canonical.h #7

Open HEROhaoyu opened 2 years ago

HEROhaoyu commented 2 years ago

Hello! I found a small oversight in your code, and I hope you can fix it. position: src\fsm\canonical.h function name: is_frequent() problem: I found that when it judges whether the pattern is frequent, it actually does not make a logical judgment, but only judges the size of pattern. image