Skip to main content

local_clustering_coefficient

Function local_clustering_coefficient 

Source
pub fn local_clustering_coefficient(view: &GraphView) -> LccResult
Expand description

Compute local clustering coefficients for all nodes (undirected mode).

Uses undirected edges (union of successors + predecessors). This is the backward-compatible entry point.