当前位置:网站首页>复杂网络建模(二)
复杂网络建模(二)
2022-07-07 04:58:00 【坝坝头伯爵】
介数
介数分为节点介数和边介数,反映了节点或边在整个网络中的作用和影响力。
节点的介数Bi定义为
B i = ∑ j ≠ l ≠ i [ N j l ( i ) / N j l ] B_i=\sum_{j\neq l\neq i}^{}[N_{jl}(i)/N_jl] Bi=j=l=i∑[Njl(i)/Njl]
其中,Njl表示节点Vj和节点Vl之间的最短路径条数,Njl(i)表示节点Vj和节点Vl之间的最短路径经过节点Vi的条数。
边的介数Bij定义为
B i j = ∑ ( l , m ) ≠ ( i , j ) [ N l m ( e i j ) / N l m ] B_{ij}=\sum_{ {(l,m)}\neq (i,j)}^{}[N_{lm}(e_{ij})/N_lm] Bij=(l,m)=(i,j)∑[Nlm(eij)/Nlm]
式中,Nlm表示节点Vl和Vm之间的最短路径条数,Nlm(eij)表示节点Vl和Vm之间的最短路径经过边eij的条数。
核度
一个图的k-核是指反复去掉度值小于k的节点及其连线后,所剩的子图,该子图的节点数就是该核的大小。
节点核度的最大值叫做网络的核度。
网络密度
网络密度指的是一个网络中个节点之间联络的紧密程度。网络G的网络密度d(G)定义为
d ( G ) = 2 M / [ N ( N − 1 ) ] d(G)=2M/[N(N-1)] d(G)=2M/[N(N−1)]
M为网络中实际拥有的连接数,N为网络节点数,当网络完全连通时,密度为1.
边栏推荐
- Binary tree and heap building in C language
- 互动送书-《Oracle DBA工作笔记》签名版
- uniapp 移动端强制更新功能
- [quickstart to Digital IC Validation] 15. Basic syntax for SystemVerilog Learning 2 (operator, type conversion, loop, Task / Function... Including practical exercises)
- 【数字IC验证快速入门】12、SystemVerilog TestBench(SVTB)入门
- buureservewp(2)
- 青龙面板--整理能用脚本
- 让Livelink初始Pose与动捕演员一致
- [UVM practice] Chapter 2: a simple UVM verification platform (2) only driver verification platform
- C语言通信行程卡后台系统
猜你喜欢
Content of string
Numbers that appear only once
Thinkcmf6.0 installation tutorial
Explore dry goods! Apifox construction ideas
Bugku CTF daily one question chessboard with only black chess
2022年全国最新消防设施操作员(初级消防设施操作员)模拟题及答案
2022 simulated examination question bank and online simulated examination of tea master (primary) examination questions
【数字IC验证快速入门】11、Verilog TestBench(VTB)入门
【数字IC验证快速入门】13、SystemVerilog interface 和 program 学习
王爽 《汇编语言》之寄存器
随机推荐
Implementation of replacement function of shell script
C语言通信行程卡后台系统
Thinkcmf6.0 installation tutorial
Chip information website Yite Chuangxin
Recursive method to verify whether a tree is a binary search tree (BST)
Detailed explanation of Kalman filter for motion state estimation
Linux server development, SQL statements, indexes, views, stored procedures, triggers
C语言二叉树与建堆
buureservewp(2)
Codeforces Global Round 19
pytest+allure+jenkins環境--填坑完畢
青龙面板--花花阅读
QT learning 26 integrated example of layout management
Leanote private cloud note building
Chip design data download
Common validation comments
Problem solving: unable to connect to redis
LeetCode中等题之我的日程安排表 I
Content of string
Paddlepaddle 29 dynamically modify the network structure without model definition code (relu changes to prelu, conv2d changes to conv3d, 2D semantic segmentation model changes to 3D semantic segmentat