31-Partitioning of Graphs-24-03-2025
31-Partitioning of Graphs-24-03-2025
• By Scope
• Ego Networks
• Focus on a single individual (the "ego") and their direct connections, revealing
their immediate social circle.
• Whole Networks
• Capture the entire network or system, encompassing all actors and their
relationships, providing a broader perspective.
• By Types of Relationship
• Friendship Networks
• Represented by undirected graphs, where connections signify a mutual relationship
• Interaction Networks
• Also undirected, but connections represent any form of interaction between individuals, not
necessarily friendship
• Following Networks
• Represented by directed graphs, where connections indicate one-way relationships
• Collaboration Networks
• Represented by the connections between people who work together on a project or share a
common goal.
• Web Graph
• A graph that models interlinked web pages as nodes and hyperlinks as edges on the World Wide
Web.
Social Network Analysis (SNA)
• A broader set of tools and techniques used to understand the structure and
relationships within any graph data, including social networks.
Key concepts in SNA
• Nodes: Represent individuals or entities within the network.
• Network Diameter: The shortest path between the two most distant nodes in the
network.
• PageRank: An algorithm that assigns scores to web pages based on the number
and quality of inbound and outbound links.
Analysis of Large Graph
• Link Analysis