当前位置:网站首页>复杂网络建模(二)
复杂网络建模(二)
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.
边栏推荐
- 【数字IC验证快速入门】12、SystemVerilog TestBench(SVTB)入门
- 力扣(LeetCode)187. 重复的DNA序列(2022.07.06)
- C language flight booking system
- Main window in QT learning 27 application
- C language queue
- Niu Mei's mathematical problem --- combinatorial number
- 2022 recurrent training question bank and answers of refrigeration and air conditioning equipment operation
- Qt学习26 布局管理综合实例
- 【数字IC验证快速入门】11、Verilog TestBench(VTB)入门
- Pytest+allure+jenkins installation problem: pytest: error: unrecognized arguments: --alluredir
猜你喜欢
Li Kou interview question 04.01 Path between nodes
The zblog plug-in supports the plug-in pushed by Baidu Sogou 360
Padavan manually installs PHP
【数字IC验证快速入门】11、Verilog TestBench(VTB)入门
game攻防世界逆向
These five fishing artifacts are too hot! Programmer: I know, delete it quickly!
Niu Mei's mathematical problem --- combinatorial number
有 Docker 谁还在自己本地安装 Mysql ?
Quickly use Jacobo code coverage statistics
Introduction to basic components of wechat applet
随机推荐
Recursive method to construct binary tree from preorder and inorder traversal sequence
[advanced digital IC Verification] command query method and common command interpretation of VCs tool
Thinkcmf6.0 installation tutorial
LeetCode 90:子集 II
LeetCode简单题之判断一个数的数字计数是否等于数位的值
Force buckle 145 Binary Tree Postorder Traversal
贝叶斯定律
Téléchargement des données de conception des puces
Linux server development, redis protocol and asynchronous mode
3D reconstruction - stereo correction
Explore Cassandra's decentralized distributed architecture
Pytest+allure+jenkins environment -- completion of pit filling
dash plotly
Minimum absolute difference of binary search tree (use medium order traversal as an ordered array)
Binary tree and heap building in C language
[matlab] when matrix multiplication in Simulink user-defined function does not work properly, matrix multiplication module in module library can be used instead
开源生态|打造活力开源社区,共建开源新生态!
[Matlab] Simulink 自定义函数中的矩阵乘法工作不正常时可以使用模块库中的矩阵乘法模块代替
Relevant data of current limiting
Pytest + allure + Jenkins Environment - - achèvement du remplissage de la fosse