CommunityAlgorithm.Communities Property

Comuna.NET

CommunityAlgorithmCommunities Property

Gets the set of nodes belonging to each community.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public HashSet<uint>[] Communities { get; }
Request Example View Source

Property Value

Type: HashSetUInt32
See Also