Defined in File ClusteringCoefficient.hpp
Public Static Functions
DEPRECATED: use centrality.LocalClusteringCoefficient and take average
This calculates the average local clustering coefficient of graph G.
Note
$$c(G) := \frac{1}{n} \sum_{u \in V} c(u)$$ where $c(u) := \frac{2 \cdot |E(N(u))| }{\deg(u) \cdot ( \deg(u) - 1)}$
G – The graph (may not contain self-loops).