Three Phase Clustering (TPC) for Attributed Bipartite Graph Clustering

December 2, 2023 ยท View on GitHub

Requirements

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

Datasets

data nameURL
Corapreprocessed raw
CiteSeerpreprocessed raw
MovieLenspreprocessed raw
Googlepreprocessed raw
Amazonpreprocessed 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