 | NetworkSaveToCsv Method |
Writes the network's edge information to a given CSV (comma-separated values) file.
The format is 'source_node, target_node, weight]'.
Namespace:
Comuna
Assembly:
Comuna (in Comuna.dll) Version: 1.0.0
Syntaxpublic void SaveToCsv(
string filePath,
char sepChar = ','
)
Request Example
View SourceParameters
- filePath
- Type: SystemString
The path to the CSV file in which to store the network information. - sepChar (Optional)
- Type: SystemChar
The character used to separate each field in the file.
See Also