CommunityAlgorithm Properties

Comuna.NET

CommunityAlgorithm Properties

The CommunityAlgorithm type exposes the following members.

Properties
  NameDescription
Public propertyCommunities
Gets the set of nodes belonging to each community.
Public propertyMinModularity
Gets the minimal modularity difference between passes. If 0, even a minor increase is enough to perform one more pass.
Public propertyNetwork
Gets the network graph used to compute communities.
Public propertyNodesCommunities
Gets the community of each node.
Public propertyNumPasses
Gets the number of passes for one level computation. If -1, the algorithm computes as many passes as needed to increase modularity.
Public propertySize
Gets the number of nodes in the network and size of all vectors.
Top
See Also