Skip to main content

Module cdlp

Module cdlp 

Source
Expand description

Community Detection via Label Propagation (CDLP)

Synchronous label propagation algorithm for community detection. Each node starts with its own ID as label, then iteratively sets its label to the most frequent label among its neighbors.

Structs§

CdlpConfig
Configuration for CDLP
CdlpResult
Result of CDLP algorithm

Functions§

cdlp
Run synchronous CDLP on the given graph view