中心度(Centrality): How “central” a node is in the network

基础衡量指标

Degree centrality:degree of a node (the higher degree, more important the node)

Eccentricity centrality:the less eccentric, the more central 中心度分析 - 图1;Central node:中心度分析 - 图2(f it equals the radius of G);Periphery node:中心度分析 - 图3(if it equals the diameter of G)

Closeness centrality:the average of the shortest path length from the node to every other node in the network, indicating how close a node:中心度分析 - 图4。median node 中心度分析 - 图5,if 中心度分析 - 图6 has the smallest total distance 中心度分析 - 图7

Betweenness centrality:# of shortest paths from all vertices to all others that pass through 中心度分析 - 图8中心度分析 - 图9中心度分析 - 图10:# of shortest paths between 中心度分析 - 图11 and 中心度分析 - 图12中心度分析 - 图13:# paths contain 中心度分析 - 图14

Eigenvector centrality:Measure the influence of a node in a network, i.e., connections to high-scoring nodes contribute more to the score of the node in question than equal connections to low-scoring nodes

Web网络中心度衡量

有向图

对于节点中心度分析 - 图15:越多的节点指向中心度分析 - 图16则它的声望越高;越多高声望节点指向中心度分析 - 图17则它的声望越高

节点声望(prestige):中心度分析 - 图18

可写成:中心度分析 - 图19,经过中心度分析 - 图20轮迭代后,我们得到中心度分析 - 图21。随着中心度分析 - 图22的增加,向量中心度分析 - 图23收敛

PageRank

PageRank让链接来“投票”。一个页面的“得票数”由所有链向它的页面的重要性来决定,到一个页面的超链接相当于对该页投一票。一个页面的PageRank是由所有链向它的页面的重要性经过递归算法得到的。一个有较多链入的页面会有较高的登记,相反如果一个页面没有任何链入,那么它没有等级(后来做平滑,从高等级页面中取出一部分声望匀给这些,保证平滑)

例子:假设有A、B、C和D。

若所有页面都链向A,那么A的PR(PageRank)值将是B、C、D的PageRank总和:

中心度分析 - 图24

B也有链向C;并且D也有链接到A、B、C三个页面。一个页面不能投票2次。所以B给每个页面半票,D给每个页面三分之一票:

中心度分析 - 图25

中心度分析 - 图26

又做了平滑,即拿出一部分声望中心度分析 - 图27来匀给从未出现过的页面:

中心度分析 - 图28

如果给每个页面一个随机PageRank值(非0),那么经过不断地迭代计算,这些页面的PR值会稳定,即收敛

HITS

按照HITS算法,用户输入关键词后,算法对返回的匹配页面计算两种值,一种是枢纽值(Hub Scores),另一种是权威值(Authority Scores),这两种值是互相依存、互相影响的。所谓枢纽值,指的是页面上所有导出链接指向页面的权威值之和。权威值是指所有导入链接所在的页面中枢纽值之和。

中心度分析 - 图29 中心度分析 - 图30
中心度分析 - 图31
中心度分析 - 图32

社交网络中的分析度量指标

Betweenness: The extent to which a node lies between other nodes in the network. This measure takes into account the connectivity of the node’s neighbors, giving a higher value for nodes which bridge clusters. The measure reflects the number of people who a person is connecting indirectly through their direct links

Bridge: An edge is a bridge if deleting it would cause its endpoints to lie in different components of a graph

Centrality: This measure gives a rough indication of the social power of a node based on how well they “connect” the network. “Betweenness”, “Closeness”, and “Degree” are all measures of centrality

Centralization: The difference between the number of links for each node divided by maximum possible sum of differences. A centralized network will have many of its links dispersed around one or a few nodes, while a decentralized network is one in which there is little variation between the number of links each node possesses

Closeness: The degree an individual is near all other individuals in a network (directly or indirectly). It reflects the ability to access information through the “grapevine” of network members. Thus, closeness is the inverse of the sum of the shortest distances between each individual and every other person in the network

Clustering coefficient: A measure of the likelihood that two associates of a node are associates themselves. A higher clustering coefficient indicates a greater ‘cliquishness’

Cohesion: The degree to which actors are connected directly to each other by cohesive bonds. Groups are identified as ‘cliques’ if every individual is directly tied to every other individual, ‘social circles’ if there is less stringency of direct contact, which is imprecise, or as structurally cohesive blocks if precision is wanted

Degree (or geodesic distance): The count of the number of ties to other actors in the network

(Individual-level) Density: The degree a respondent’s ties know one another/ proportion of ties among an individual’s nominees. Network or global-level density is the proportion of ties in a network relative to the total number possible (sparse versus dense networks)

Flow betweenness centrality: The degree that a node contributes to sum of maximum flow between all pairs of nodes (not that node)

Eigenvector centrality: A measure of the importance of a node in a network. It assigns relative scores to all nodes in the network based on the principle that connections to nodes having a high score contribute more to the score of the node in question

Local Bridge: An edge is a local bridge if its endpoints share no common neighbors. Unlike a bridge, a local bridge is contained in a cycle

Path Length: The distances between pairs of nodes in the network. Average path-length is the average of these distances between all pairs of nodes

Prestige: In a directed graph prestige is the term used to describe a node’s centrality. “Degree Prestige”, “Proximity Prestige”, and “Status Prestige” are all measures of Prestige

Radiality Degree: an individual’s network reaches out into the network and provides novel information and influence

Reach: The degree any member of a network can reach other members of the network

Structural cohesion: The minimum number of members who, if removed from a group, would disconnect the group

Structural equivalence: Refers to the extent to which nodes have a common set of linkages to other nodes in the system. The nodes don’t need to have any ties to each other to be structurally equivalent

Structural hole: Static holes that can be strategically filled by connecting one or more links to link together other points