当前位置:网站首页>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
边栏推荐
- Example of file segmentation
- WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after conne
- Introduction to basic components of wechat applet
- jeeSite 表单页面的Excel 导入功能
- [quick start of Digital IC Verification] 17. Basic grammar of SystemVerilog learning 4 (randomization)
- Linux server development, MySQL index principle and optimization
- Cnopendata geographical distribution data of religious places in China
- Niu Mei's mathematical problem --- combinatorial number
- Es FAQ summary
- 调用 pytorch API完成线性回归
猜你喜欢

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

Linux server development, redis protocol and asynchronous mode

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

2022茶艺师(初级)考试题模拟考试题库及在线模拟考试

Visualization Document Feb 12 16:42

uniapp 移动端强制更新功能

Network learning (I) -- basic model learning

调用 pytorch API完成线性回归

padavan手动安装php

Cnopendata list data of Chinese colleges and Universities
随机推荐
Pytorch(六) —— 模型调优tricks
Search for an element in a binary search tree (BST)
2022年茶艺师(中级)考试试题及模拟考试
海信电视开启开发者模式
Cnopendata list data of Chinese colleges and Universities
青龙面板--整理能用脚本
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after conne
青龙面板--花花阅读
2022制冷与空调设备运行操作复训题库及答案
快速使用 Jacoco 代码覆盖率统计
Rust versus go (which is my preferred language?)
LeetCode简单题之字符串中最大的 3 位相同数字
快解析内网穿透助力外贸管理行业应对多种挑战
jeeSite 表单页面的Excel 导入功能
LeetCode简单题之找到一个数字的 K 美丽值
追风赶月莫停留,平芜尽处是春山
[UVM basics] summary of important knowledge points of "UVM practice" (continuous update...)
Es FAQ summary
Summary of redis functions
Yugu p1020 missile interception (binary search)