CommunityAlgorithm Properties |
The CommunityAlgorithm type exposes the following members.
| Name | Description | |
|---|---|---|
| Communities |
Gets the set of nodes belonging to each community.
| |
| MinModularity |
Gets the minimal modularity difference between passes. If 0, even a minor increase is enough to perform one more
pass.
| |
| Network |
Gets the network graph used to compute communities.
| |
| NodesCommunities |
Gets the community of each node.
| |
| NumPasses |
Gets the number of passes for one level computation. If -1, the algorithm computes as many passes as needed to
increase modularity.
| |
| Size |
Gets the number of nodes in the network and size of all vectors.
|