Lecture3
Lecture3
Lecture3
A solution path cannot exist on a graph that has more than two nodes with an
odd number of links
Euler declared: “The existence of the path does not depend on our cleverness to
find it. Rather it is a property of the graph”
Graphs (or networks) have properties hidden in their construction that limit or
enhance our ability to do things with them
People should forward the letter to a person that they consider closer to the target person
8
Birth of Network Science (Cont..)
The quantitative analysis and research of social scientists helped in further development
of mathematical techniques
With his collaborator R. Solomonoff he proposed random graph which was a simple
model of network (Solomonoff and Rapoport, 1951)
His model then independently studied by Paul Erdos with his collaborator Alfred Renyi
(Erdo¨s and R´enyi, 1960)
The ER model remained very popular from late Fifties to late Nineties and, the
modeling of almost all complex networks was based on random graph theory
9
Network Analysis Metrics
Node degree and strength (Local measures) in social networks
The node degree is the number of links directly connecting to the node with other nodes,
in the network
The degree ki of the node i can be computed as given in equation
where ki represents the degree of node i and a is the adjacency matrix and the entry aij
represent connectivity if the value is 1, otherwise it is 0 and N is the total number of nodes
in the network
10
Network Analysis Metrics
Node degree and strength (Local measures) in social networks
moviegalaxies.com
11
Network Analysis Metrics
Node degree and strength (Local measures) in social networks
12
trade in petroleum
and petroleum
products, 1998,
source: NBER-Unite
Nations Trade Data
Quiz Q:
• Which countries have high indegree (import
petroleum and petroleum products from many
others)
—Saudi Arabia
—Japan
—Iraq
—USA
—Venezuela
different notions of centrality
where w represents the weighted adjacency matrix. The value of the entry wij in matrix is
> 0, if the node i is connected with j, whereas the value show the weight of link
16
Network Analysis Metrics
Node degree centrality in social networks:
The identification of main or critical nodes in complex networks analysis has remained
very important topic. Because, if a node is more central as compared to others in a network
can have three main advantages
1. Placement or location can potentially control the traffic/flow among other nodes
2. It can have more direct links
3. From that node, one can reach to all other nodes very quickly
Further, as node strength do not consider the number of links with particular node,
therefore it gives only rough idea for the nodes actual contribution and involvement in
whole network from degree centrality point of view
17
Network Analysis Metrics
(Opsahl et al., 2010) has proposed a very realistic approach for degree centrality in
weighted networks by considering both the number of links and the total weight of links
(strength)
If the value of alpha is 0 then it will only focus on the number of links connected with
nodes, and if the value is 1, then it will include the weight of links only
If the value of alpha is in the range of 0 and 1, then it will measure both the weights and
degree, favorably
18