pub fn local_clustering_coefficient(view: &GraphView) -> LccResultExpand description
Compute local clustering coefficients for all nodes (undirected mode).
Uses undirected edges (union of successors + predecessors). This is the backward-compatible entry point.