pub fn global_clustering_coefficient(g: &PyGraphView) -> f64
Expand description

Computes the global clustering coefficient of a graph. The global clustering coefficient is defined as the number of triangles in the graph divided by the number of triplets in the graph.