Fast unfolding of communities in large networks.
FastUnfolding
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.Analysis.FastUnfolding.FastUnfolding
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | |
| rebuildMap | 1 | 将一个社区作为一个节点重新构造图 |
| members | 1 | |
| Analysis | 1 |
03 Members
#ctor(
KeyMaps)Parameters
| Name | Type | Description |
|---|---|---|
map_dict | KeyMaps | the network data: [a -> b[]] |
rebuildMap(
Dictionary(Of String, String), KeyMaps)将一个社区作为一个节点重新构造图
Parameters
| Name | Type | Description |
|---|---|---|
tag_dict | Dictionary(Of String, String) | - |
map_dict | KeyMaps | - |
members(
Dictionary(Of String, String))Analysis()