 | CommunityTracker Constructor |
Namespace:
Comuna.D3
Assembly:
Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0
Syntaxpublic CommunityTracker(
CommunityAlgorithm communityAlg,
string filePath,
uint maxUpdates,
Formatting formatting = Formatting.None
)
Request Example
View SourceParameters
- 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