Skip to content

Releases: eXascaleInfolab/fastconsensus

Non-contiguous Input Ids Supported

01 Nov 18:22
Compare
Choose a tag to compare

Features

The fix from the upstream merged for the non-contiguous input ids.

Known Issues

The Fast Consensus (starting from the original version) is not always converges (e.g., SNAP amazon, dblp, etc. networks) when the number of workers is ~ <= p / 2.

Fast Consensus for Weighted Networks

21 Aug 15:59
Compare
Choose a tag to compare

Features

Weighted networks processing is implemented

Known Issues

The Fast Consensus (starting from the original version) is not always converges (e.g., SNAP amazon, dblp, etc. networks) when the number of workers is ~ <= p / 2.

FastConcensus clustering algorithms extended for the Clubmark benchmarking

17 Aug 22:20
Compare
Choose a tag to compare

The FastConcensus clustering algorithms extended for the Clubmark benchmarking:

  • arbitrary ranges of ids are supported in the input edgefile
  • output directory and the number of worker processes are parameterized
  • description and code formatting refined a bit

Note: in spite of the edgefiles with weights are supported as a valid input, the weight are actually ignored (both in this and original implementations).