gSpan, an efficient algorithm for mining frequent subgraphs from a set of graphs (i.e., a graph dataset)
- Download and install .NET Framework 4.0 (http://www.microsoft.com/en-us/download/details.aspx?id=17718).
- Run the program.
- Click Browse to select a graph dataset.
- Specify the minimum support threshold (minSup).
- Click "Mine data" to discover frequent subgraphs.
- The result includes # of frequent subgraphs and runtime (in seconds).
If you use our source code, please cite the orginal gSpan paper and our paper as follows:
- Xifeng Yan, Jiawei Han (2002). gspan: Graph-based substructure pattern mining. IEEE ICDM 2003, 721-724.
- Bay Vo, Dang Nguyen, Thanh-Long Nguyen (2015). A parallel algorithm for frequent subgraph mining. ICCSAMA 2015, Metz, France. Springer AISC, 358, 163-173.
If you use the graph datasets, please cite our paper as follows:
- Dang Nguyen, Wei Luo, Tu Dinh Nguyen, Svetha Venkatesh, Dinh Phung (2018). Learning Graph Representation via Frequent Subgraphs. SDM 2018, San Diego, USA. SIAM, 306-314.