Represents the clustering coefficients in the graph as computed by ClusteringCoefficient.
Inheritance Hierarchy
ClusteringCoefficientResult
Remarks
This class cannot be instantiated
Type Details
- yFiles module
- view-layout-bridge
Properties
Gets a map that returns the clustering coefficient for each node.
Remarks
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 number value between
0.0
and 1.0
.