Subdue
Subdue copied to clipboard
The Subdue graph miner discovers highly-compressing patterns in an input graph.
Add the setup.py file to make the repo usable without manual installation
Can you please let me know how did you create labeled graphs which you had used for testing?
Hello, Thank you for this great and maintained project. While trying to use the algorithm on networkx directed graph (by running nx_subdue), I've noticed that the internal presentation of the...
Some subgraphs are being incorrectly flagged as isomorphic in GraphMatch. This is due to the fact that checking that all edges are individually isomorphic between two graphs is not a...