NetworkFileIO
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.NetworkFileIO
02 Methods
03 Members
Export the network graph object into data files
Parameters
| Name | Type | Description |
|---|---|---|
output | Network(Of ``0, ``1) | The data directory for the data export, if the value of this directory is null then the data will be exported at the current work directory. (进行数据导出的文件夹,假若为空则会保存数据至当前的工作文件夹之中) |
encoding | String | The file encoding of the exported node and edge csv file. |
Export the network graph object into data files
Parameters
| Name | Type | Description |
|---|---|---|
output | Network(Of ``0, ``1) | The data directory for the data export, if the value of this directory is null then the data will be exported at the current work directory. (进行数据导出的文件夹,假若为空则会保存数据至当前的工作文件夹之中) |
encoding | IFileSystemEnvironment | The file encoding of the exported node and edge csv file. |
Load(
String, Boolean, Boolean)Load network graph data from a saved network data direcotry.
Parameters
| Name | Type | Description |
|---|---|---|
dir | String | - |
ReadEdges``1(
String)read large network edge file
Type Parameters
| Name | Description |
|---|---|
E |
Parameters
| Name | Type | Description |
|---|---|---|
filepath | String | - |
ReadEdges``1(
Stream, Boolean)read large network edge file
Type Parameters
| Name | Description |
|---|---|
E |
Parameters
| Name | Type | Description |
|---|---|---|
file | Stream | - |
auto_close | Boolean | - |