Click or drag to resize

ClusteringResultTInstanceSaveToCsv Method

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public void SaveToCsv(
	string filePath,
	char sepChar = ','
)
Request Example View Source

Parameters

filePath
Type: SystemString
The path to the file in which to save the clustering results.
sepChar (Optional)
Type: SystemChar
The character used to separate the fields in the CSV file.
See Also