当前位置:网站首页>Complex network modeling (I)
Complex network modeling (I)
2022-07-07 08:06:00 【Dam head count】
degree 、 Average degree and degree distribution
The degree of a node is the number of adjacent edges of the node . The average degree is the average of all node degrees . Degree distribution describes the distribution of node degrees , It is usually represented by histogram .
Connectivity
In undirected network If any pair of nodes i And nodes j There is at least one path between , Then the network is connected , If it does not exist, it is disconnected .
Agglomeration coefficient
The agglomeration coefficient is used to capture the connection degree between the neighbor nodes of a given node . For a degree of ki The node of i,
The local aggregation coefficient is determined as
As shown in the figure below
The degree of agglomeration of the whole network can be characterized by the average agglomeration coefficient , It represents the average value of the local agglomeration coefficient of all nodes
Global agglomeration coefficient
Degree distribution
The degree of nodes in most practical networks satisfies a certain probability distribution . Definition p(k) For the network, moderate for k The proportion of nodes in the whole network .
Rule network : Because every node has the same degree , Therefore, its degree distribution is concentrated on a single peak , It's a kind of Delta Distribution .
Completely random network : The degree distribution has the form of Poisson distribution , The probability of each side is equal , The degree of most nodes is basically the same , The average degree of the network is close to (k), Away from peak (k), The degree distribution decreases exponentially . This kind of network is called uniform network .
Cumulative distribution
The cumulative degree distribution function can be used to describe the degree distribution , The relationship between it and degree distribution is
P k = ∑ x = k ∞ P ( x ) P_k=\sum_{x=k}^{\infty }P(x) Pk=x=k∑∞P(x)
It means that the degree is not less than k Probability distribution of nodes .
The diameter and average distance of the network
Two nodes in the network Vi and Vj A simple path with the least number of edges ( The sides of experience are different ), Called geodesic . Number of sides of geodesic line dij Called two nodes Vi and Vj Distance between ( Or geodesic distance ).
1/dij Referred to as a node Vi and Vj Efficiency between , Write it down as εij. Efficiency is usually used to measure the speed of information transmission between nodes .
The diameter of the network D Defined as all distances dij The maximum
Average distance ( Characteristic path length )
Average distance L It is defined as the average value of the distance between all node pairs , It describes the average separation degree between nodes in the network .
Many actual networks, although the number of nodes is huge , But the average distance is surprisingly small , This is the so-called small world effect .
degree — Degree dependence
1. Degree based on nearest neighbor average degree value - Degree dependence
degree - Degree correlation describes the relationship between moderately large nodes and low degree nodes in the network . If nodes with the high degrees tend to connect with the nodes with the high degrees , Then the network is degree - Degree positive correlation , The opposite is degrees - Degree negative correlation .
node Vi The nearest neighbor average of is defined as :
among ki Representation node Vi Degree value of ,aij Is the adjacency matrix element
All degree values are k The average value of the nearest neighbor average degree value of the node is knn(k) Defined as
In the formula N Is the total number of nodes ,P(k) Is the degree distribution function
If knn(k) With k Rise with the rise of , It shows that nodes with large degrees tend to connect with nodes with large degrees , The network has positive correlation characteristics , It is called co distribution network ; On the contrary, the network has negative correlation , Call it a mismatch network .
2. be based on Pearson The degree of correlation coefficient - Degree dependence
Newman Using the degree of nodes at both ends of the edge Pearson The correlation coefficient r To describe the degree of network - Degree dependence , The definition is as follows :
边栏推荐
- 央视太暖心了,手把手教你写HR最喜欢的简历
- Force buckle 144 Preorder traversal of binary tree
- [UVM foundation] what is transaction
- 2022茶艺师(初级)考试题模拟考试题库及在线模拟考试
- The charm of SQL optimization! From 30248s to 0.001s
- C language flight booking system
- 2022年茶艺师(中级)考试试题及模拟考试
- padavan手动安装php
- game攻防世界逆向
- [matlab] when matrix multiplication in Simulink user-defined function does not work properly, matrix multiplication module in module library can be used instead
猜你喜欢
Cnopendata American Golden Globe Award winning data
快解析内网穿透为文档加密行业保驾护航
【数字IC验证快速入门】12、SystemVerilog TestBench(SVTB)入门
jeeSite 表单页面的Excel 导入功能
【数字IC验证快速入门】10、Verilog RTL设计必会的FIFO
2022年全国最新消防设施操作员(初级消防设施操作员)模拟题及答案
Implementation of replacement function of shell script
Thinkcmf6.0 installation tutorial
[quick start of Digital IC Verification] 15. Basic syntax of SystemVerilog learning 2 (operators, type conversion, loops, task/function... Including practical exercises)
UnityHub破解&Unity破解
随机推荐
Linux server development, MySQL transaction principle analysis
Custom class loader loads network class
Linux server development, MySQL process control statement
Minimum absolute difference of binary search tree (use medium order traversal as an ordered array)
Recursive method to verify whether a tree is a binary search tree (BST)
Merging binary trees by recursion
[matlab] when matrix multiplication in Simulink user-defined function does not work properly, matrix multiplication module in module library can be used instead
调用 pytorch API完成线性回归
Recursive construction of maximum binary tree
Figure out the working principle of gpt3
Linux server development, SQL statements, indexes, views, stored procedures, triggers
Linux server development, MySQL index principle and optimization
[UVM foundation] what is transaction
青龙面板--整理能用脚本
Padavan manually installs PHP
2022茶艺师(初级)考试题模拟考试题库及在线模拟考试
Li Kou interview question 04.01 Path between nodes
The element with setfieldsvalue set is obtained as undefined with GetFieldValue
QT learning 28 toolbar in the main window
[CV] Wu Enda machine learning course notes | Chapter 8