Sei sulla pagina 1di 8

Centrality Measures

These measure a nodes importance or prominence in the network. The more central a node is in a network the more significant it is to aid in the spread of infection. Walk: A walk is a sequence of nodes connected by edges. Path: A path is a walk with no repeated nodes. Geodesic: This is the shortest path between two nodes. Distance: This is the length of the shortest path between two nodes.

Degree: The degree of a vertex is the number of other vertices to which it is attached. Normalized Degree (nDegree): Is the degree divided by the maximum possible degree expressed as a percentage.
1 4 3 2 5 Degree nDegree ------------ -----------3.000 75.000 3.000 75.000 3.000 75.000 2.000 50.000 1.000 25.000

Farness: This is the sum of the lengths of the geodesics to every other node . (i.e. the sum of the distances to every other every other node). Closeness: The reciprocal of farness is closeness. Normalized Closeness (nCloseness): Is the closeness divided by the minimum possible farness expressed as a percentage.
nCloseness 1 2 3 4 5 -----------80.000 57.143 80.000 80.000 50.000

Eigenvector: The equation Mx = x can be viewed as a linear transformation that maps a given vector x into a new vector x, where M is the adjacency matrix. The nonzero solutions of the equation that are obtained by using a value of (known as an eigenvalue) are called the eigenvectors corresponding to that eigenvalue. Normalized Eigenvector (nEigenvector): This is the eigenvector divided by the maximum difference possible expressed as a percentage. Betweenness: This is a measure of the number of times a node occurs on a geodesic. So, to have a large betweenness centrality, the node must be between many of the nodes via their geodesics. Normalized Betweenness (nBetweenness): Is the betweenness divided by the maximum possible betweenness expressed as a percentage.
nBetweenness nEigenvector ------------ -----------16.667 75.954 0.000 57.515 16.667 75.954 50.000 67.140 0.000 25.420

1 2 3 4 5

Correlation
A high correlation tells us there may be an easier way of measuring the centalities on a larger scale project.

For instance, measuring the degree of a farm by observing that farm is much easier than measuring its betweenness or closeness, as we would then have to observe the entire network of farms. So, if measuring degree means we can make assumptions about the values of another centrality then this saves us measuring both centralities. This is providing that we are not essentially measuring the same thing which would inevitably give a high correlation.

Assortative nDegree v nCloseness 0.2299 nDegree v nBetweenness 0.1461 nDegree v nEigenvector 0.9242 nCloseness v nBetweenness 0.2466 nCloseness v nEigenvector 0.3317 nBetweenness v nEigenvector 0.1316

Random 1 0.9731 0.6224 0.9673 0.6094 0.9431 0.4576

Random 2 0.9531 0.7443 0.9505 0.6281 0.9554 0.5464

Random 3 0.9335 0.6791 0.9415 0.6628 0.8766 0.467

Scale-Free 0.8557 0.8954 0.9352 0.7565 0.9478 0.7694

Random

Scale-free

Assortative

Lattice

Potrebbero piacerti anche