Module 2 - Part II
Module 2 - Part II
● Degree distribution
Density
● Density describes how connected a network is.
● It is a statistic comparing the number of edges that exist in a network
to the number of edges that could possibly exist.
● Consider the following two networks, which both have the same number
of nodes.
○ Network (a) has very few edges while
○ Network (b) has numerous edges among the same number of nodes.
○ Network (b) has higher density.
Density
Density
Connectivity
● Density measures the percentage of possible edges in
a graph.
● Connectivity, also known as cohesion, measures how
those edges are distributed.
● Connectivity is a count of the minimum number of
nodes that would have to be removed before the graph
becomes disconnected.
Connectivity
The connectivity is
The connectivity is 2
1 because removing
node B, C, or D would
disconnect the graph.
Centralization
● Centralization measures the extent to which the ties of a given network
are concentrated on a single actor or group of actors.
● C(n) be the centrality of node n, using whatever centrality measure we
choose.
● n* is the most central node.
● Find the difference in centrality between n* and every other node in the
network, and add those up.
Centralization
● n* is the most central node.
● Find the difference in centrality between n* and every other node in the
network, and add those up.
centralization =
Tie Strength
● Tie Strength is the measure of the strength of relationship between
the people.
● Strong Ties -rare , family members and close friends
○ Strong ties are more trusted and their information is more likely to be reliable.
● Weak Ties - includes acquaintances and more casual relationships.
○ Weak ties always connect to diverse groups of people with different
perspectives.
● Absent Ties - The people with whom we have no relations.
Granovetter’s four principals
Measuring tie strength-Granovetter’s four principals
● Time can include the amount of time people spend with each other, the
duration of their relationship (i.e., how long they have known each other), and
how frequently they see one another.
● Emotional intensity is indicated by the closeness of a relationship; close
friends or family members are likely to be strong ties, while more casual
friends and acquaintances would be weaker ties.
● Intimacy-relates to people sharing secrets or intimate
personal details with one another. The more of this information they
exchange, the closer their relationship is likely to be.
● Reciprocal Services are favors that people do for one another. They may be
personal (e.g., pet sitting or picking up someone’s dry cleaning), financial
(e.g., loaning money), professional (e.g., putting people in contact with one
another), or otherwise.
Measuring tie strength -other factors
● Structural features relate to the social network of the two people in question.
Those who have many mutual friends are likely to have stronger ties.
● Social Distance measures how different people’s social situations are. This
includes factors like age difference, race, education, and socioeconomic status.
People with strong ties tend to have similar social attributes.
● Emotional Support describes the communication between people that
validates their emotions, shows understanding of their problems, and tries to
alleviate stress.
Measuring tie strength
● Intimacy
● • Number of days since their last communication
● • Number of friends in common
● • Number of “intimate” words in their communications, as determined by
● software that automatically analyzes text
● Intensity
● • Number of words exchanged on one another’s walls
● • Depth of email threads in their inboxes (i.e., how many messages were sent
● back and forth in a conversation)
● Reciprocal services
● • Number of links shared on one another’s wall
● • Applications the users had in common (presumably because they could be
● working together within the application context)
● Social distance
● • Age difference
● • Difference in the number of educational degrees
● • Difference in the number of occupations
Network propagation
Tie strength and network structure
● BASED ON DIRECTION
○ 1) directed networks
○ 2) undirected networks.
TYPES OF NETWORKS
● BASED ON MODE
○ Based on the composition of nodes, networks can be classified as
○ 1) One-mode network - A one-mode network is formed among a single set of nodes of the same
nature . A Facebook friendship network is an example of a one-mode network where nodes (people)
form network ties (friendships).
○ 2) Two-mode networks - Two-mode networks (also known as bipartite networks) are networks with
two sets of nodes of different classes.one set of nodes (circles) could be social media users and other
set of nodes (squares) could be participation in a series of events. Users are linked to the events they
attended.
○ 3) Multimode networks.
● BASED ON WEIGHTS
○ 1) weighted networks,
○ 2) unweighted networks.
TYPES OF NETWORKS
COMMON NETWORK TERMINOLOGIES
NODE-LEVEL PROPERTIES
● Degree Centrality
● Betweenness Centrality
● Eigenvector Centrality
NETWORK-LEVEL PROPERTIES
● Clustering Coefficient - The clustering coefficient of a network is the degree to which nodes in a network tend to cluster or
group together.
● Density -Density can be calculated as the number of links present in a network divided by the number
● of all possible links between pairs of nodes in a network
● Components -Components of a network are the isolated sub-networks that connect within, but
● are disconnected between, sub-networks.
● Diameter -The diameter of a network is the largest of all the calculated shortest path between any pair of nodes in a network
● Average Degree -The average degree centrality measures the average number of links among nodes in a
network.
NETWORK ANALYTICS TOOLS
● NodeXL: A free tool for social network analysis and visualization for networks on platforms like Facebook, Twitter,
and YouTube.
● UCINET: A social network analysis software for Windows operating system with a free 90-day trial.
● Pajek: A software application for analyzing and visualizing large networks, free for non-commercial use on
Windows operating systems.
● Netminer: A software application for large social network analysis and visualization, with a free 28-day trial.
● Flocker: A real-time Twitter analytics tool for retweets and mentions networks.
● Reach: An online platform for mapping hashtag networks and identifying the most influential accounts on Twitter.