Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | Comuna Namespace |

Class | Description | |
---|---|---|
![]() | CommunityAlgorithm |
Implements the "Louvain method" for finding communities in large networks as described in [1]. The code corresponds
to a c# adaptation of the c++ code in https://sites.google.com/site/findcommunities/.
A feature was added so that multiple updates to the underlying network connections (graph links) is
supported, i.e., it allows the analysis of the evolution of communities in a network.
|
![]() | Connection |
Represents an undirected connection in an Network with an associated weight.
|
![]() | Network |
Represents a network structure with a series of Connection between nodes, where each node has a
distinct UInt32 identifier.
|