Skip to main content

cdlp

Function cdlp 

Source
pub fn cdlp(view: &GraphView, config: &CdlpConfig) -> CdlpResult
Expand description

Run synchronous CDLP on the given graph view

Returns community labels for each node. Uses undirected edges (both successors and predecessors).