CommunityAlgorithm.LoadFromFile Method

Comuna.NET

CommunityAlgorithmLoadFromFile Method

Initializes the community partition with the information stored in the given file.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public void LoadFromFile(
	string fileName
)
Request Example View Source

Parameters

fileName
Type: SystemString
The path to the file containing the partition information.
See Also