GlobalClusteringCoefficient
GlobalClusteringCoefficient[g] gives the global clustering coefficient of the graph g.
GlobalClusteringCoefficient[{v -> w, …}]uses rulesv -> wto specify the graphg.
Examples
GlobalClusteringCoefficient[CompleteGraph[5]]GlobalClusteringCoefficient[RandomGraph[{10, 20}]]Please visit the official Wolfram Language Reference for more details.