Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Three Phase Clustering (TPC) for Attributed Bipartite Graph Clustering

Requirements

  • Linux
  • Python 3.8.16
  • numpy==1.23.3
  • scipy==1.9.2
  • sklearn==1.1.2
  • munkres==1.1.4

Datasets

data name URL
Cora preprocessed raw
CiteSeer preprocessed raw
MovieLens preprocessed raw
Google preprocessed raw
Amazon preprocessed raw

Usage

$ cd src/
$ sh exe.sh Cora

Parameter Analysis

$ cd src/
$ sh vary_alpha.sh Cora
$ sh vary_gamma.sh Cora
$ sh vary_tf.sh Cora
$ sh vary_tg.sh Cora
$ sh vary_d.sh Cora

About

The official implementation of the KDD 2024 paper "Effective Clustering on Large Attributed Bipartite Graphs"

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages