当前位置:网站首页>Complex network modeling (III)
Complex network modeling (III)
2022-07-07 08:06:00 【Dam head count】
Centrality
Degree centrality is divided into node degree centrality and network degree centrality . The former refers to the centrality of the node among its directly connected neighbor nodes , The latter focuses on the centrality of nodes in the whole network , It represents the concentration of the whole network .
node Vi Degree centrality of CD(Vi) Defined as
C D ( V i ) = k i / ( N − 1 ) C_D(V_i)=k_i/(N-1) CD(Vi)=ki/(N−1)
Betweenness centrality
The intermediate number centrality is node intermediate number centrality and network intermediate number centrality .
node Vi Intermediate centrality of CB(Vi) Defined as
C B ( V i ) = 2 B i / [ ( N − 2 ) ( N − 1 ) ] C_B(V_i)=2B_i/[(N-2)(N-1)] CB(Vi)=2Bi/[(N−2)(N−1)]
Proximity centrality
For connected graphs , node Vi Proximity centrality of Cc(Vi) Defined as
C c ( v i ) = ( N − 1 ) / [ ∑ j = 1 , j ≠ i N d i j ] C_c(v_i)=(N-1)/[\sum_{j=1,j\neq i}^{N}d_{ij}] Cc(vi)=(N−1)/[j=1,j=i∑Ndij]
Centrality of eigenvectors
It is defined according to the adjacency matrix of the network
A x = λ x Ax=\lambda x Ax=λx
Only the eigenvector corresponding to the largest eigenvalue is required by the centrality measure . In the obtained eigenvector , The first i Weight xi It's a node Vi Centrality of eigenvectors CE(Vi).
Static characteristics of directed networks
1. In and out
Because the arc associated with a node of a directed network points to the node , There are also back to the node outward , Therefore, in addition to counting the number of arcs associated with a node ( That is, degrees ), It is necessary to count the number of arcs in both directions separately , Become the in degree and out degree of the node respectively .
Static characteristics of weighted networks
1. Point right
node vi Right to the point of si Defined as
S j = ∑ j ∈ N i w i j S_j=\sum_{j\in N_i}^{}w_{ij} Sj=j∈Ni∑wij
In style ,Ni Representation node Vi Set of adjacent points ,wij Represents the connection node vi And nodes vj The weight of the edge of .
2. Unit rights
node vi The right of the unit Ui Defined as Ui=Si/ki
3. Node based weight - Degree correlation
Node based weight - Degree correlation refers to a single node , The correlation between its point weight and its degree
s ˉ ( k ) = ( ∑ i : k i = k s i ) / [ N ⋅ P ( k ) ] \bar{s}(k)=(\sum_{i:k_i=k}s_i)/[N\cdot P(k)] sˉ(k)=(i:ki=k∑si)/[N⋅P(k)]
4. Differences in weight distribution
node Vi The difference of weight distribution Yi Representations and nodes Vi The degree of dispersion of the connected edge weight distribution , Defined as
Y i = ∑ j ∈ N i ( w i j / s i ) 2 Y_i=\sum_{j\in N_i}(w_{ij}/s_i)^{2} Yi=j∈Ni∑(wij/si)2
The relationship between difference and degree is as follows : If with nodes Vi There is little difference in the weight of the associated edges , be Yi Proportional to 1/ki, If the weight difference is relatively large , be Yi About equal to 1
边栏推荐
- Chip design data download
- Linux server development, redis source code storage principle and data model
- Padavan manually installs PHP
- Custom class loader loads network class
- Merging binary trees by recursion
- 基于Pytorch 框架手动完成线性回归
- 【数字IC验证快速入门】17、SystemVerilog学习之基本语法4(随机化Randomization)
- JS quick start (I)
- 2022年茶艺师(中级)考试试题及模拟考试
- 青龙面板--整理能用脚本
猜你喜欢

运放电路的反馈电阻上并联一个电容是什么作用

Linux server development, detailed explanation of redis related commands and their principles

Linux server development, MySQL transaction principle analysis

LeetCode简单题之字符串中最大的 3 位相同数字

Ansible

Qt学习27 应用程序中的主窗口

Network learning (I) -- basic model learning

2022制冷与空调设备运行操作复训题库及答案
![[quick start of Digital IC Verification] 17. Basic grammar of SystemVerilog learning 4 (randomization)](/img/39/cac2b5492d374da393569e2ab467a4.png)
[quick start of Digital IC Verification] 17. Basic grammar of SystemVerilog learning 4 (randomization)

json 数据展平pd.json_normalize
随机推荐
Implementation of replacement function of shell script
game攻防世界逆向
2022制冷与空调设备运行操作复训题库及答案
Network learning (II) -- Introduction to socket
These five fishing artifacts are too hot! Programmer: I know, delete it quickly!
Leetcode 90: subset II
UnityHub破解&Unity破解
Explore dry goods! Apifox construction ideas
复杂网络建模(二)
LeetCode中等题之我的日程安排表 I
快速使用 Jacoco 代码覆盖率统计
太真实了,原来自己一直没有富裕起来是有原因的
Cnopendata geographical distribution data of religious places in China
青龙面板--花花阅读
LeetCode简单题之字符串中最大的 3 位相同数字
2022年全国最新消防设施操作员(初级消防设施操作员)模拟题及答案
Zsh shell adds automatic completion and syntax highlighting
Lattice coloring - matrix fast power optimized shape pressure DP
Record a stroke skin bone error of the skirt
[UVM practice] Chapter 2: a simple UVM verification platform (2) only driver verification platform