Extensions
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Graph.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| NodesID | 1 | Get all of the connected nodes ID from the edges data |
| ApplyAnalysis | 1 | 生成诸如degree之类的信息 |
| GetNeighbours | 1 | 枚举出和当前的给定编号的节点所连接的节点的索引编号 |
03 Members
NodesID(
IEnumerable(Of IInteraction))Get all of the connected nodes ID from the edges data
Parameters
| Name | Type | Description |
|---|---|---|
network | IEnumerable(Of IInteraction) | - |
ApplyAnalysis(NetworkGraph,
Boolean)生成诸如degree之类的信息
Parameters
| Name | Type | Description |
|---|---|---|
g | NetworkGraph | - |
GetNeighbours(NetworkGraph,
String)枚举出和当前的给定编号的节点所连接的节点的索引编号
Parameters
| Name | Type | Description |
|---|---|---|
g | NetworkGraph | - |
node | String | - |