Skip to content

HaoranZ99/laca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LACA

Requirements

  • python==3.9.18
  • NetworkX==2.8.8
  • Scipy==1.12.0
  • Numpy==1.26.4
  • sklearn==0.0.post12
  • Third-party library pyrfm
  • Third-party library LocalGraphClustering

Datasets

Get the processed data files from the corresponding .zip file and then, unzip and move files to attr_graphs/<dataset>.

Download processed data files

Generate random seed nodes

You may use the randomly generated seed nodes used from our experiments to reproduce our result, or you may also generate them using attr_graphs/groundtruth.py.

Run LACA

python src/run.py --data cora --algo laca_c --alpha 0.9 --sigma 1 --dim 64 --e 1e-6
python src/run.py --data cora --algo laca_e --alpha 0.9 --sigma 1 --dim 32 --e 1e-6

Reproductivity

To reproduce our empirical results, run the run.sh script.

About

[ICDE 2025] Adaptive Local Clustering over Attributed Graphs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published