Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
CommunityAlgorithm Methods |
The CommunityAlgorithm type exposes the following members.
Methods
Name | Description | |
---|---|---|
DisplayCommunities |
Displays the nodes belonging to each community.
| |
DisplayCommunityGraph |
Displays the graph of the existing communities, i.e., without the nodes.
| |
DisplayNodesCommunities |
Displays the community that each node in the network belongs to.
| |
DisplayPartition |
Displays the current partition (with communities renumbered from 0 to k-1).
| |
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCommunityNetwork |
Generates a Network of the existing communities, i.e., without the nodes.
| |
GetHashCode | (Inherited from Object.) | |
GetModularity |
Gets the modularity of the current community partition.
| |
GetNumberCommunities |
Gets the number of active communities, i.e., the communities with one or more elements belonging to it.
| |
GetType | (Inherited from Object.) | |
LoadFromFile |
Initializes the community partition with the information stored in the given file.
| |
MemberwiseClone | (Inherited from Object.) | |
RenumberCommunities |
Renumbers each community according to the total number of communities (larger first) and by changing their ID to
the lowest one possible. Tries to keep communities IDs if possible to avoid renumbering.
| |
ToString | (Inherited from Object.) | |
Update |
Computes communities in the graph iteratively until there are changes in any node's community or the changes in
modularity are large enough.
|
Extension Methods
Name | Description | |
---|---|---|
ToD3GraphFile |
Saves the network of the given CommunityAlgorithm to a d3.js graph file.
(Defined by D3Extensions.) | |
ToGraphvizFile |
Saves the given Network to an image file.
(Defined by Extensions.) |
See Also