• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
Tutorial to the workshop “First steps in social network analysis”
There are three network measures: degree centrality, closeness centrality and betweennesscentrality.
Degree
 
centrality 
measures communication activity.
Degree
 
centrality 
of a node/vertex: number of incoming and outgoing edgeswhere
is the node, is a sum of incoming edges and is a sum of outcoming edges.If undirected graph is analyzed (edges of a graph has no direction) then d
egree
 
centrality 
of anode/vertex: number of all edges that the node has :
Closeness
 
centrality 
measures how independent and efficient the node is.The
closeness
of a node i is defined as: ,where
 N  j
ji
),(
is the sum of distances from the node
to all the other nodes in agraph. In other words, you need to define all the paths from the node
I
to all the other nodes. Thelength of the paths should be the minimal(shortest path).
Shortest path
is a path that has minimum number of edges taken in order to “move ” from one to theother node.Group 1 and Group 2 are part of a network.These groups are connected with the help of A,Bor C nodes. There exist shortest paths from anynode in the Group 1 to any node in the Group 2if and only if it uses AB edge. The paths fromany node in Group 1 to any node to Group 2that are going through A –C – B path are in nocase shortest paths as there is an option to useAB edge to define the shortest paths.
The shortest-paths
 
(
 j 
,
) for each nodes
 j 
,
and
 j 
the
betweenness centrality 
of node
is
 
where
),(
 jv
i
is the number of shortestest paths that go from any node
 j 
to any node
through thenode
and
),(
 jv
is the number of shortest paths that go from any node
 j 
to any node
k.
=
 N  j
 ji
ic
),(1
)(
 jii
 jv jvb
),(),(
+
+=
)()()(
iii
+
)(
i
)(
i
=
)()(
ii
 
In other words, in order to count
the
 
betweenness centrality 
you look for all short paths betweenany two nodes
 j 
and
and check if 
I
lays on any of the shortest paths.Following you will find the example how to calculate three network measures.Degree centrality:
Closeness centrality:
There are 3 paths(AB, AC, AD) with a length 1(denoted in yellow)
 
A
 
3)(
=
 A
A
 
B
 
C
 
D
 
 
There are 4 paths(AD-DH, AC-CE, AC-CF, AB-BG) with a length 2(denoted in green). However you canchoose alternative paths from the node A to the other nodes(AC-CH, AB - BF) with a length2(denoted in green-blue).There are 1 path(AB-BG-GJ) with the length of 3 (denoted in green) and 1 path(AB-BG-GI-GK) withthe length of 4 (denoted in yellow)A
 
B
 
C
 
D
 
K
 
I
 
E
 
F
 
G
 
H
 
A
 
B
 
C
 
D
 
E
 
F
 
G
 
H
 
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...