submine is a research‑grade Python library for frequent subgraph mining that provides a unified, safe, and extensible interface over heterogeneous mining algorithms implemented in Python, C++, and Java.
Stars
8
Forks
0
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
67
commits
feat: add max_edges limit to prevent combinatorial explosion
bf173beView on GitHubMerge branch 'main' of https://github.com/instabaines/submine into dev
57682f1View on GitHubOptimize performance with integer labeling and fix sort order
4a4100aView on GitHubOptimize core algorithm with bitsets and early termination
81ce7aeView on GitHubMerge pull request #6 from instabaines/instabaines-patch-1
98ab449View on GitHub