betterenvi / gSpan

Python implementation of frequent subgraph mining algorithm gSpan. Directed graphs are supported.
https://pypi.org/project/gspan-mining/
MIT License
198 stars 90 forks source link

About minimum support #6

Closed puliang123 closed 6 years ago

betterenvi commented 6 years ago

The minimum support is the number of occurences in the database in this repo. It is an absolute value, not a relative one.

puliang123 commented 6 years ago

I found the mistake,thank you very much. I'm so sorry for wasting your time