nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.visualize.Network / Extensions

Extensions

Full name Microsoft.VisualBasic.Data.visualize.Network.Graph.Extensions Assembly Microsoft.VisualBasic.Data.visualize.Network Members 3

01 Syntax

Microsoft.VisualBasic.Data.visualize.Network.Graph.Extensions

02 Methods

NameOverloadsSummary
NodesID 1 Get all of the connected nodes ID from the edges data
ApplyAnalysis 1 生成诸如degree之类的信息
GetNeighbours 1 枚举出和当前的给定编号的节点所连接的节点的索引编号

03 Members

method NodesID #
NodesID(IEnumerable(Of IInteraction))

Get all of the connected nodes ID from the edges data

Parameters
NameTypeDescription
networkIEnumerable(Of IInteraction)

-

method ApplyAnalysis #
ApplyAnalysis(NetworkGraph, Boolean)

生成诸如degree之类的信息

Parameters
NameTypeDescription
gNetworkGraph

-

method GetNeighbours #
GetNeighbours(NetworkGraph, String)

枚举出和当前的给定编号的节点所连接的节点的索引编号

Parameters
NameTypeDescription
gNetworkGraph

-

nodeString

-