CommunityTracker Constructor

Comuna.NET

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
Syntax
C#
public CommunityTracker(
	CommunityAlgorithm communityAlg,
	string filePath,
	uint maxUpdates,
	Formatting formatting = Formatting.None
)
Request Example View Source

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.
See Also