Applications of Graph Analysis
Applications of Graph Analysis
(OR)
Individuals
Nodal degree and density for
friendships in ‘Facebook’ applications
Inferences:
C’D(ni) = di(ni)/(g-1)
Degree Centrality…
• Group degree centrality quantifies the dispersion or
variation among individual centralities
– It ranges from 0 to 1, reaching the maximum when
all others choose only one central actor (star) and
the minimum when all actors have identical
centralities (circle)
– Group degree centrality = Σ(cmax - c(ni))/ cmax
• where cmax is the maximum value possible and c(ni) is the degree centrality
of node ni.
Three illustrative networks for the study of
centrality and Prestige
Closeness Centrality
• Closeness centrality is a useful measure that estimates
how fast the flow of information would be through a
given node to other nodes.
• Closeness centrality measures how short the shortest
paths are from node i to all nodes.
• It is usually expressed as the normalised inverse of the
sum of the topological distances in the graph.
• This sum is also known as the farness of the nodes.
• Sometimes closeness centrality is also expressed
1
C i d (n ,in ) j
j1
IT5004 Graph Theory 18
IT5004 Graph Theory 19
Betweenness Centrality
Definition of a community
can be subjective.
Taxonomy of Community Criteria
• Criteria vary depending on the tasks
• Roughly, community detection methods can be divided into
4 categories (not exclusive):
• Node-Centric Community
– Each node in a group satisfies certain properties
• Group-Centric Community
– Consider the connections within a group as a whole. The group has
to satisfy certain properties without zooming into node-level
• Network-Centric Community
– Partition the whole network into several disjoint sets
• Hierarchy-Centric Community
– Construct a hierarchical structure of communities
Collaboration Networks
• Collaboration network consists groups of
persons working together to perform
particular activity
• The widely studied collaboration network by
researchers in context of SNs are Science Co-
authorship collaboration network and movie
actor collaboration networks