Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | CommunityTracker Class |
A class that enables tracking the evolution of the communities in a Network over time while writing
the changes to a D3 json file. The Network's connections and the CommunityAlgorithm
are assumed to be updated outside of the tracker.

Namespace: Comuna.D3
Assembly: Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0

The CommunityTracker type exposes the following members.

Name | Description | |
---|---|---|
![]() | CommunityTracker |
Creates a new CommunityTracker with the given algorithm and capacity.
|

Name | Description | |
---|---|---|
![]() | CommunityAlg |
Gets the community algorithm containing the Network used to update the communities.
|
![]() | FilePath |
Gets the path to the D3 json file where the network graphs are saved.
|
![]() | Network |
Gets the network graph whose communities are tracked by this instance.
|

Name | Description | |
---|---|---|
![]() | Dispose |
Disposes of this tracker by closing the D3 json file.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Update |
