Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 3.36 KB

README.md

File metadata and controls

35 lines (29 loc) · 3.36 KB

Clustering Algorithms

Overview

Features \ Algs DAOC SCP Louvain Oslom2 GANXiS pSCAN CGGCi_RG SCD
Hierarchical + + +
Multi-scale + + + + +
Deterministic + + ? ?
With Overlaps + + + + + *
With Weights + + + * +
Parameter-Free +* + * * * *
Consensus/Ensemble + + +
  • With Overlaps
    * means non-overlapping clusters are produced but the algorithm can be modified to output the overlapping clusters.
  • With Weights
    * means weighted networks are supported.
  • Parameter-Free
    * means availability of default values for all parameters,
    +* means parameter-free clustering algorithm with optional parameters for the data preprocessing or output post-processing.

Origins