GraphAnalysis
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.Analysis.GraphAnalysis
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FindShortestPath | 1 | Calculation of the shortest path between x points |
| BetweennessCentrality | 1 | 中介中心度,计算经过一个点的最短路径的数量。经过一个点的最短路径的数量越多,就说明它的中介中心度越高。 |
03 Members
Calculation of the shortest path between x points
Remarks
Parameters
| Name | Type | Description |
|---|---|---|
finder | DijkstraRouter | - |
start$ | String | - |
ends$ | String | - |
BetweennessCentrality(DijkstraRouter)
中介中心度,计算经过一个点的最短路径的数量。经过一个点的最短路径的数量越多,就说明它的中介中心度越高。