pub fn cdlp(view: &GraphView, config: &CdlpConfig) -> CdlpResultExpand description
Run synchronous CDLP on the given graph view
Returns community labels for each node. Uses undirected edges (both successors and predecessors).
pub fn cdlp(view: &GraphView, config: &CdlpConfig) -> CdlpResultRun synchronous CDLP on the given graph view
Returns community labels for each node. Uses undirected edges (both successors and predecessors).