Comuna Namespace

Comuna.NET

Comuna Namespace

 
Classes
  ClassDescription
Public classCommunityAlgorithm
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.
Public classConnection
Represents an undirected connection in an Network with an associated weight.
Public classNetwork
Represents a network structure with a series of Connection between nodes, where each node has a distinct UInt32 identifier.