当前位置:网站首页>复杂网络建模(三)
复杂网络建模(三)
2022-07-07 04:58:00 【坝坝头伯爵】
度中心性
度中心性分为节点度中心性和网络度中心性。前者指的是节点在其与之直接相连的邻居节点当中的中心程度,而后者则是侧重节点在整个网络的中心程度,表征的是整个网络的集中程度。
节点Vi的度中心性CD(Vi)定义为
C D ( V i ) = k i / ( N − 1 ) C_D(V_i)=k_i/(N-1) CD(Vi)=ki/(N−1)
介数中心性
介数中心性分别为节点介数中心性和网络介数中心性。
节点Vi的介数中心性CB(Vi)定义为
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)]
接近度中心性
对于连通图来说,节点Vi的接近度中心性Cc(Vi)定义为
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]
特征向量中心性
根据网络的邻接矩阵而定义
A x = λ x Ax=\lambda x Ax=λx
只有最大的特征值对应的特征向量才是中心性测度所需要的。在得到的特征向量中,第i个分量xi就是节点Vi的特征向量中心性CE(Vi)。
有向网络的静态特征
1.入度和出度
由于与有向网络某个节点相关联的弧有指向节点的,也有背向节点向外的,因此除了可以统计与某个节点相关联的弧数(也就是度),有必要分开统计两个方向的弧数,分别成为节点的入度和出度。
加权网络的静态特征
1.点权
节点vi的点权si定义为
S j = ∑ j ∈ N i w i j S_j=\sum_{j\in N_i}^{}w_{ij} Sj=j∈Ni∑wij
式中,Ni表示节点Vi的邻点集合,wij表示连接节点vi和节点vj的边的权重。
2.单位权
节点vi的单位权Ui定义为Ui=Si/ki
3.基于节点的权-度的相关性
基于节点的权-度相关性指的是对于单个节点来说,其点权与其度之间的相关性
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.权重分布差异性
节点Vi的权重分布差异性Yi表示与节点Vi相连的边权分布的离散程度,定义为
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
差异性与度有如下关系:如果与节点Vi关联的边权重差异不大,则Yi正比于1/ki,如果权重差别比较大,则Yi约等于1
边栏推荐
- 互动送书-《Oracle DBA工作笔记》签名版
- Linux server development, redis protocol and asynchronous mode
- 芯片 设计资料下载
- Qt学习27 应用程序中的主窗口
- 2022年茶艺师(中级)考试试题及模拟考试
- [VHDL parallel statement execution]
- C language communication travel card background system
- [advanced digital IC Verification] command query method and common command interpretation of VCs tool
- 大视频文件的缓冲播放原理以及实现
- Cnopendata list data of Chinese colleges and Universities
猜你喜欢
Record a stroke skin bone error of the skirt
uniapp 移动端强制更新功能
Qt学习26 布局管理综合实例
buureservewp(2)
LeetCode 40:组合总和 II
【数字IC验证快速入门】13、SystemVerilog interface 和 program 学习
【数字IC验证快速入门】10、Verilog RTL设计必会的FIFO
JSON data flattening pd json_ normalize
[quick start of Digital IC Verification] 17. Basic grammar of SystemVerilog learning 4 (randomization)
Qt学习27 应用程序中的主窗口
随机推荐
Leanote private cloud note building
运放电路的反馈电阻上并联一个电容是什么作用
【VHDL 并行语句执行】
2022 National latest fire-fighting facility operator (primary fire-fighting facility operator) simulation questions and answers
The element with setfieldsvalue set is obtained as undefined with GetFieldValue
Merging binary trees by recursion
Qt学习28 主窗口中的工具栏
Common validation comments
2022 simulated examination question bank and online simulated examination of tea master (primary) examination questions
【数字IC验证快速入门】12、SystemVerilog TestBench(SVTB)入门
太真实了,原来自己一直没有富裕起来是有原因的
3D reconstruction - stereo correction
game攻防世界逆向
Who has docker to install MySQL locally?
Recursive method to construct binary tree from preorder and inorder traversal sequence
Zsh shell adds automatic completion and syntax highlighting
Linux server development, MySQL transaction principle analysis
Record a stroke skin bone error of the skirt
Chip design data download
【数字IC验证快速入门】15、SystemVerilog学习之基本语法2(操作符、类型转换、循环、Task/Function...内含实践练习)