Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | CommunityTracker Constructor |
Creates a new CommunityTracker with the given algorithm and capacity.
Namespace: Comuna.D3
Assembly: Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0

C#
public CommunityTracker( CommunityAlgorithm communityAlg, string filePath, uint maxUpdates, Formatting formatting = Formatting.None )
Parameters
- communityAlg
- Type: ComunaCommunityAlgorithm
The community algorithm containing the Network used to update the communities. - filePath
- Type: SystemString
The path to the file in which to save the network graph. - maxUpdates
- Type: SystemUInt32
The maximum number of updates to the communities to be tracked. - formatting (Optional)
- Type: Formatting
The Json file formatting.
