GraphTheory
GlobalClusteringCoefficient
compute the global clustering coefficient
Calling Sequence
Parameters
Description
Examples
Compatibility
GlobalClusteringCoefficient(G)
G
-
graph
GlobalClusteringCoefficient returns the global clustering coefficient for the given graph G.
The global clustering coefficient is a number between 0 and 1 measuring how close the graph G is to a complete graph.
Compute the global clustering coefficient for a specified graph.
The GraphTheory[GlobalClusteringCoefficient] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
LocalClusteringCoefficient
Download Help Document