Introduction - If you have any usage issues, please Google them yourself
clustering_coefficients(A) returns the clustering coefficients for all vertices in A. The clustering coefficient is the ratio of the number of edges between a vertex s neighbors to the total possible number of edges between the vertex s neighbors.