C

BiconnectedComponentClusteringResult

Represents clusters in the graph as computed by BiconnectedComponentClustering.

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a collection of all clusters in the graph.
readonlyfinal
Gets a value that estimates the quality of the partition of the nodes into the clusters.
The modularity value estimates the quality of the partition of the nodes into the given communities and is a value between [-1/2,1]. High modularity values denote that nodes with dense connections are placed in the same community, while nodes with sparse connections are assigned to different communities.
readonlyfinal
Gets a mapping from each node to its cluster ID.

If no subgraph is specified, the ID of a cluster is a non-negative value which is common for all nodes of the same cluster.

If a subgraph is specified, all nodes that are not part of the subgraph have the ID -1.

readonlyfinal
Gets a mapping from each node to its cluster.
readonlyfinal