Feb 20, 2009. Definition of subgroups Definition of sub-groups: “Cohesive subgroups are subsets of actors among whom there are relatively strong, direct,

Slides:



Advertisements
Similar presentations
Social Network Analysis (in 10 minutes) Nick Crossley.
Advertisements

Mobile Communication Networks Vahid Mirjalili Department of Mechanical Engineering Department of Biochemistry & Molecular Biology.
Community Detection and Graph-based Clustering
Analysis of Algorithms CS 477/677
Dr. Henry Hexmoor Department of Computer Science Southern Illinois University Carbondale Network Theory: Computational Phenomena and Processes Social Network.
Network Matrix and Graph. Network Size Network size – a number of actors (nodes) in a network, usually denoted as k or n Size is critical for the structure.
Community Detection and Evaluation
CHAPTER 8: AFFILIATION AND OVERLAPPING SUBGROUPS SOCIAL NETWORK ANALYSIS BY WASSERMAN AND FAUST AFFILIATION NETWORKS Adapted from a presentation by Jody.
Relationship Mining Network Analysis Week 5 Video 5.
Online Social Networks and Media. Graph partitioning The general problem – Input: a graph G=(V,E) edge (u,v) denotes similarity between u and v weighted.
School of Information University of Michigan SI 614 Community structure in networks Lecture 17.
(Social) Networks Analysis I
Lecture 8 Communities Slides modified from Huan Liu, Lei Tang, Nitin Agarwal.
Centrality and Prestige HCC Spring 2005 Wednesday, April 13, 2005 Aliseya Wright.
Social Position & Social Role Lei Tang 2009/02/13.
Graph: Relations There are many kinds of social relations. For example: Role-based : brother of, father of, sister of, etc. : friend of, acquaintance of,
CS8803-NS Network Science Fall 2013
Social Media Mining Graph Essentials.
Social Networks Lecture 4: Collection of Network Data & Calculation of Network Characteristics U. Matzat.
Reciprocity Reciprocity – measures the extent to which a tie from A to B is reciprocated by a tie from B to A. Obtained for directed (asymmetric) ties.
Course Overview & Introduction to Social Network Analysis How to analyse social networks?
School of Information University of Michigan Unless otherwise noted, the content of this course material is licensed under a Creative Commons Attribution.
Lecture 18 Community structures Slides modified from Huan Liu, Lei Tang, Nitin Agarwal.
Sampling online communities: using triplets as basis for a (semi-) automated hyperlink web crawler. Yoann VENY Université Libre de Bruxelles (ULB) - GERME.
1 Computing with Social Networks on the Web (2008 slide deck) Jennifer Golbeck University of Maryland, College Park Jim Hendler Rensselaer Polytechnic.
CS 599: Social Media Analysis University of Southern California1 Social Ties and Information Diffusion Kristina Lerman University of Southern California.
Social Network Analysis: A Non- Technical Introduction José Luis Molina Universitat Autònoma de Barcelona
Community detection algorithms: a comparative analysis Santo Fortunato.
Network Analysis Diffusion Networks. Social Network Philosophy Social structure is visible in an anthill Movements & contacts one sees are not random.
Principles of Social Network Analysis. Definition of Social Networks “A social network is a set of actors that may have relationships with one another”
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
An Introduction to Social Network Analysis Yi Li
Vertices and Edges Introduction to Graphs and Networks Mills College Spring 2012.
A Graph-based Friend Recommendation System Using Genetic Algorithm
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 April 25, 2012.
Special Topics in Educational Data Mining HUDK5199 Spring 2013 March 25, 2012.
Mathematics of Networks (Cont)
Chapter 3. Community Detection and Evaluation May 2013 Youn-Hee Han
Connectivity & Cohesion Overview Background: Small World = Connected What distinguishes simple connection from cohesion? Moody & White Argument Measure.
Susan O’Shea The Mitchell Centre for Social Network Analysis CCSR/Social Statistics, University of Manchester
How to Analyse Social Network?
A project from the Social Media Research Foundation: Finding direction in a sea of connection:
Concept Switching Azadeh Shakery. Concept Switching: Problem Definition C1C2Ck …
Introduction to Graph Theory
Graphs & Matrices Todd Cromedy & Bruce Nicometo March 30, 2004.
Social Network Analysis. Outline l Background of social networks –Definition, examples and properties l Data in social networks –Data creation, flow and.
Selected Topics in Data Networking
11 Network Level Indicators Bird’s eye view of network Image matrix example of network level Many network level measures Some would argue this is the most.
Social network analysis
Lecture 7 Communities Slides modified from Huan Liu, Lei Tang, Nitin Agarwal.
1 Innovation networks and alliance management Lecture 4 Collection of Network Data & Calculation of Network Characteristics.
Copyright © Curt Hill Graphs Definitions and Implementations.
Community structure in graphs Santo Fortunato. More links “inside” than “outside” Graphs are “sparse” “Communities”
Informatics tools in network science
1 New metrics for characterizing the significance of nodes in wireless networks via path-based neighborhood analysis Leandros A. Maglaras 1 Dimitrios Katsaros.
Social Media Analytics
Groups of vertices and Core-periphery structure
Social Networks Analysis
Minimum Spanning Tree 8/7/2018 4:26 AM
Network analysis.
Network Science: A Short Introduction i3 Workshop
Robustness of wireless ad hoc network topologies
Robustness of wireless ad hoc network topologies
V11 Metabolic networks - Graph connectivity
Slides modified from Huan Liu, Lei Tang, Nitin Agarwal, Reza Zafarani
Social Network Analysis
Slides modified from Huan Liu, Lei Tang, Nitin Agarwal, Reza Zafarani
(Social) Networks Analysis II
V11 Metabolic networks - Graph connectivity
V11 Metabolic networks - Graph connectivity
Presentation transcript:

Feb 20, 2009

Definition of subgroups Definition of sub-groups: “Cohesive subgroups are subsets of actors among whom there are relatively strong, direct, intense, frequent or positive ties. It formalizes the strong social groups based on the social network properties ” Discussion in this chapter is dedicated to one-mode networks. So, it One mode networks: focus is on properties of pair-wise ties Two mode networks: focus is on ties among actors through Joint membership in collectivities. Although the literature contains numerous ways to conceptualize the idea of subgroup, there are four general properties: The mutuality of ties The closeness of reachability of subgroup members The frequency of ties among members The relative frequency of ties among subgroup members compared to non-members

Subgroups Based on Complete Mutuality “Cliquish” subgroups (Festinger and Luce and Perry) Cohesive subgroups in directional dichotomous relations would be characterized by sets of people among whom all friendship choices were mutual. Definition of a Clique A clique in a graph is a maximal complete subgraph of three or more nodes, all of which are adjacent to each other, and there are no other nodes that are also adjacent to all of the members of the clique. Considerations Strict Unstable (a single edge will prevent a subgraph from being a clique) Sparse networks do not have cliques Small cliques can only be found and a lot overlaps No internal differentiation among actors within a clique

Subgroups Based on Complete Mutuality Example Cliques: {1,2,3},{1,3,5}, and {3,4,5,6}

Subgroups Based on Reachability and Diameter Hypothesis: social processes occur through intermediaries. E.g. information diffusion n-cliques An n-clique is a maximal subgraph in which the largest geodesic distance between any two nodes is no greater than n. n = 1 -> clique n-clans An n-clan is an n-clique, in which the geodesic distance, d(i,j), between all nodes in the subgraph is no greater than n for paths within the subgraph All n-clans are n-cliques or subgraph of n-cliques n-clubs An n-club is defined as a maximal subgraph of diameter n. They are usually hard to find

Subgroups Based on Reachability and Diameter Example 2-cliques: {1,2,3,4,5} {2,3,4,5,6} 2-clans: {2,3,4,5,6} 2-clubs: {1,2,3,4} {1,2,3,5} {2,3,4,5,6}

Nodal degrees: from the problem of vulnerability nodes should be adjacent to relatively numerous other subgroup nodes K-plexes: each node in the subgraph may be lacking ties to no more than K subgraph members (it includes reflexes) K=1 clique If K < (g(s) + 2)/2, then the diameter is <= 2 K-Cores: specifies the minimum number of links a b c d Vulnerable 2-clique – 1 lost tie causes it to disintegrate

Comparing within to outside subgroup ties cohesive subgroups should be relatively cohesive within compared to outside LS sets: ties concept – more inside than outside A set of nodes S in a social network is an LS set if each of its proper subsets has more ties to its complement within S than to outside of S Lambda Set: Connectivity concept. Should be hard to disconnect by removal of edges. Lambda(i,j): The number of edges that must be removed from the graph in order to leave no path between any two nodes. Lambda(i,j) > Lambda(k,l) where i,j,k belong to the subgroup and k does not

Measures of Subgroup Cohesion A measure of degree to which strong ties are within rather than outside is given by the ratio: The numerator is the average strength of the ties within and the denominator is the average strength from subgroup members to outsiders

Dealing With Value and Direction Directional relations: symmetrize the relations weakly connected n-clique. unilateral connected n-clique, strongly connected n-clique recursively connected n-clique. Recursive relationship, semi- path Valued relations : Define cut-off values and then dichotomize. Question: What strength = connection? Example: Choosing a level for dichotomization

Other Approaches – Permutations & Visualization Permutation Multi Dimensional Approach (Clustering Analysis, Factor Analysis: Caldeira (1988)