C

LouvainModularityClusteringResult

Represents clusters in the graph as computed by LouvainModularityClustering.
Inheritance Hierarchy

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.
The value corresponds to the index of the associated cluster in clusters. For nodes which are not associated with a cluster the index is -1. Also, 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