C

ClusteringCoefficientResult

Represents the clustering coefficients in the graph as computed by ClusteringCoefficient.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets the average clustering coefficient.
readonlyfinal
Gets a map that returns the clustering coefficient for each node.
The clustering coefficient measures the degree to which the nodes of a network tend to cluster together, see https://en.wikipedia.org/wiki/Clustering_coefficient. More precisely, for a node n, the local clustering coefficient is the actual number of edges between the neighbors of n divided by the maximum possible number of such edges. Hence, it is always a value between 0.0 and 1.0.
readonlyfinal