 |
ClusteringResultTInstanceSaveToCsv Method |
Namespace:
Aglomera
Assembly:
Aglomera (in Aglomera.dll) Version: 1.1.0
Syntaxpublic void SaveToCsv(
string filePath,
char sepChar = ','
)
Request Example
View SourceParameters
- 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