Skip to content
/ TPC Public

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

Notifications You must be signed in to change notification settings

HKBU-LAGAS/TPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published