CommunityAlgorithm.GetCommunityNetwork Method

Comuna.NET

CommunityAlgorithmGetCommunityNetwork Method

Generates a Network of the existing communities, i.e., without the nodes.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public Network GetCommunityNetwork()
Request Example View Source

Return Value

Type: Network
The network graph of communities.
See Also