21 skills found
UdayLab / PAMIPAMI is a Python library containing 100+ algorithms to discover useful patterns in various databases across multiple computing platforms. (Active)
betterenvi / GSpanPython implementation of frequent subgraph mining algorithm gSpan. Directed graphs are supported.
ehab-abdelhamid / GraMiGraMi is a novel framework for frequent subgraph mining in a single large graph, GraMi outperforms existing techniques by 2 orders of magnitudes. GraMi supports finding frequent subgraphs as well as frequent patterns, Compared to subgraphs, patterns offer a more powerful version of matching that captures transitive interactions between graph nodes (like friend of a friend) which are very common in modern applications. Also, GraMi supports user-defined structural and semantic constraints over the results, as well as approximate results. For more details, check our paper: Mohammed Elseidy, Ehab Abdelhamid, Spiros Skiadopoulos, and Panos Kalnis. GRAMI: Frequent Subgraph and Pattern Mining in a Single Large Graph. PVLDB, 7(7):517-528, 2014.
nphdang / GE FSGGraph Embedding via Frequent Subgraphs
ehab-abdelhamid / ScaleMineParallel Frequent Subgraph Mining
ColinConduff / FrequentSubgraphMiningThis is a python implementation of the Gaston frequent subgraph mining algorithm.
nphdang / GSpangSpan, an efficient algorithm for mining frequent subgraphs
NaazS03 / CgSpanPython implementation of closed frequent subgraph mining algorithm cgSpan. Only undirected graphs are currently supported.
GuillaumeDD / GowpyA very simple library for exploiting graph-of-words in NLP
ChristalC / Frequent Subgraph MiningFrequent subgraph mining using FFSM algorithm, C++
NikhilGupta1997 / Data Mining AlgorithmsA generic library created to perform unsupervised clustering and frequent subgraph mining
IBM / Anonymized ETL Flow Datasets For FSMAnonymized version of six datasets taken from IBM's DataStage™ production systems and can be used for frequent subgraph mining
kalininalab / RinminerRINminer is a frequent subgraph mining tool based on the gSpan algorithm with additional features and optimizations for residue interaction networks (RINs).
huyquangvevo / FrequentGraphSPIN: Mining Maximal Frequent Subgraphs from Graph Databases
instabaines / Subminesubmine 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.
lyuheng / T FSM[SIGMOD'23] A Task-Based System for Massively Parallel Frequent Subgraph Pattern Mining from a Big Graph
SalamanderJY / DataMining FrequentGraphData Mining Final Project in Graph Mining for Frequent SubGraphs.
shahrivari / MrsubMapReduce Based Frequent Subgraph Discovery
simonvl5 / Adapted GspanNo description available
HePeng2016 / FrequentSubgraphMiningThe code for closed frequent subgraph mining