c = clusteringCoefficient(G, v)
g = clusteringCoefficient(G)
The clustering coefficient is a measure of the degree to which nodes in a graph tend to cluster together. The global clustering coefficient gives an overall indication of the interconnectedness of the graph. The local clustering coefficient gives an indication of how embedded a single vertex is in the graph.
|
|
The object clusteringCoefficient is a method function.
The source of this document is in Graphs.m2:5404:0.