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

Only trees output for directed graphs #22

Open chtinnes opened 2 years ago

chtinnes commented 2 years ago

Thank you for providing this gSpan implementation. For me, it is incredibly fast. Unfortunately, in the result, there are only paths and trees, but no cyclic graphs. Is this a bug?