Skip to content

AnryYang/ACMin

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Paper

Effective and Scalable Clustering on Massive Attributed Graphs

Requirements

  • Linux
  • Python 2.7 (Please ensure you are using Python 2.7, otherwise the result might be incorrect)
  • pip install munkres==1.0.12

Datasets

Download from here

Running

## Generate clusters
$ python2.7 node_cluster.py --data cora 

Evaluation

## CA/NMI scores
$ python2.7 eval_ca_nmi.py --data cora --cfile sc.cora.7.cluster.txt
## Modularity scores
$ python2.7 eval_mod_ent.py --data cora --cfile sc.cora.7.cluster.txt
## AAMC scores
$ python2.7 eval_aamc.py --data cora --cfile sc.cora.7.cluster.txt

Citation

@article{yang2021effective,
  title={Effective and Scalable Clustering on Massive Attributed Graphs},
  author={Yang, Renchi and Shi, Jieming and Yang, Yin and Huang, Keke and Zhang, Shiqi and Xiao, Xiaokui},
  booktitle = {Proceedings of The Web Conference 2021},
  year={2021},
  pages={3675--3687},
  publisher={Association for Computing Machinery}
}

About

Effective and Scalable Clustering on Massive Attributed Graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages