Skip to content
/ pSCAN Public
forked from LijunChang/pSCAN

Exact Structural Graph Clustering

License

Notifications You must be signed in to change notification settings

gejoyy/pSCAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository implements the fast and exact structural graph clustering algorithm proposed in our ICDE 2016 paper. If you are using the code, please cite our paper.

Lijun Chang, Wei Li, Xuemin Lin, Lu Qin, and Wenjie Zhang,.
pSCAN: Fast and exact structural graph clustering.
ICDE'16, 2016

Compile the code

$ make clean
$ make

Run the code

$ ./pscan {graph_directory} {epsilon} {mu} output[optional]

For example,

$ ./pscan datasets/CA-GrQc 0.2 3 output

Note that, the output is stored as ${graph_directory}/result-${epsilon}-${mu}.txt

Data format

Each graph is represented by two binary files, b_adj.bin and b_degree.bin (e.g. datasets/CA-GrQc/b_adj.bin and datasets/CA-GrQc/b_degree.bin). More details of the data format can be found in https://lijunchang.github.io/Cohesive_subgraph_book/datasets

About

Exact Structural Graph Clustering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • Makefile 2.0%