Function py_raphtory::algorithms::global_clustering_coefficient
source · pub fn global_clustering_coefficient(g: &PyGraphView) -> f64Expand 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.