Knowledge Management Prof.dr.Nada Lavrač Topics: - Degree centrality/centralization - Closeness centrality/centralization - Betweenness centrality/centralization.

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics
Advertisements

Discrete Mathematics University of Jazeera College of Information Technology & Design Khulood Ghazal Connectivity Lecture _13.
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.
Relationship Mining Network Analysis Week 5 Video 5.
Informetric methods seminar Tutorial 2: Using Pajek for network properties Qi Yu.
 Graph Graph  Types of Graphs Types of Graphs  Data Structures to Store Graphs Data Structures to Store Graphs  Graph Definitions Graph Definitions.
 Copyright 2011 Digital Enterprise Research Institute. All rights reserved. Digital Enterprise Research Institute Enabling Networked Knowledge.
A Set of Measures of Centrality Based on Betweenness Linton C. Freeman, 1977 Advisor : Professor Frank Y. S. Lin Presented by: Tuan-Chun Chen Presentation.
Graph & BFS.
Using Structure Indices for Efficient Approximation of Network Properties Matthew J. Rattigan, Marc Maier, and David Jensen University of Massachusetts.
Centrality and Prestige HCC Spring 2005 Wednesday, April 13, 2005 Aliseya Wright.
Graph COMP171 Fall Graph / Slide 2 Graphs * Extremely useful tool in modeling problems * Consist of: n Vertices n Edges D E A C F B Vertex Edge.
Centrality Measures These measure a nodes importance or prominence in the network. The more central a node is in a network the more significant it is to.
The Rectilinear Steiner Arborescence Problem is NP-Complete
A measure of betweenness centrality based on random walks Author: M. E. J. Newman Presented by: Amruta Hingane Department of Computer Science Kent State.
Applications of Depth-First Search
The Shortest Path Problem
Network Measures Social Media Mining. 2 Measures and Metrics 2 Social Media Mining Network Measures Klout.
Social Media Mining Graph Essentials.
Social Networks Corina Ciubuc.
Sunbelt XXIV, Portorož, Pajek Workshop Vladimir Batagelj Andrej Mrvar Wouter de Nooy.
Presentation: Random Walk Betweenness, J. Govorčin Laboratory for Data Technologies, Faculty of Information Studies, Novo mesto – September 22, 2011 Random.
“Graph theory” for the master degree program “Geographic Information Systems” Yulia Burkatovskaya Department of Computer Engineering Associate professor.
Graphs Rosen, Chapter 8. Isomorphism (Rosen 560 to 563) Are two graphs G1 and G2 of equal form? That is, could I rename the vertices of G1 such that the.
Trees and Distance. 2.1 Basic properties Acyclic : a graph with no cycle Forest : acyclic graph Tree : connected acyclic graph Leaf : a vertex of degree.
TCP Traffic and Congestion Control in ATM Networks
Pajek – Program for Large Network Analysis Vladimir Batagelj and Andrej Mrvar.
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.
School of Information University of Michigan Unless otherwise noted, the content of this course material is licensed under a Creative Commons Attribution.
Lecture 13: Network centrality Slides are modified from Lada Adamic.
Data Structures & Algorithms Graphs
Most of contents are provided by the website Graph Essentials TJTSD66: Advanced Topics in Social Media.
Slides are modified from Lada Adamic
Lecture 3 1.Different centrality measures of nodes 2.Hierarchical Clustering 3.Line graphs.
Graphs A graphs is an abstract representation of a set of objects, called vertices or nodes, where some pairs of the objects are connected by links, called.
Selected Topics in Data Networking Explore Social Networks: Center and Periphery.
How to Analyse Social Network? Social networks can be represented by complex networks.
Informatics tools in network science
Chapter 9: Graphs.
Class 2: Graph Theory IST402.
Network Partition –Finding modules of the network. Graph Clustering –Partition graphs according to the connectivity. –Nodes within a cluster is highly.
Iterative Improvement for Domain-Specific Problems Lecturer: Jing Liu Homepage:
Importance Measures on Nodes Lecture 2 Srinivasan Parthasarathy 1.
Data Structures and Algorithm Analysis Graph Algorithms Lecturer: Jing Liu Homepage:
Main Index Contents 11 Main Index Contents Graph Categories Graph Categories Example of Digraph Example of Digraph Connectedness of Digraph Connectedness.
Response network emerging from simple perturbation Seung-Woo Son Complex System and Statistical Physics Lab., Dept. Physics, KAIST, Daejeon , Korea.
1 Data Structures and Algorithms Graphs. 2 Graphs Basic Definitions Paths and Cycles Connectivity Other Properties Representation Examples of Graph Algorithms:
Topics In Social Computing (67810) Module 1 (Structure) Centrality Measures, Graph Clustering Random Walks on Graphs.
Trees.
Contagion in Networks Networked Life NETS 112 Fall 2015 Prof. Michael Kearns.
Selected Topics in Data Networking
Department of Computer and IT Engineering University of Kurdistan
Network analysis.
Networked Life NETS 112 Fall 2018 Prof. Michael Kearns
Graphs Graph transversals.
Centralities (4) Ralucca Gera,
Graphs Chapter 11 Objectives Upon completion you will be able to:
Networked Life NETS 112 Fall 2017 Prof. Michael Kearns
Networked Life NETS 112 Fall 2016 Prof. Michael Kearns
(Social) Networks Analysis II
Text Book: Introduction to algorithms By C L R S
Graphs G = (V, E) V are the vertices; E are the edges.
Chapter 16 1 – Graphs Graph Categories Strong Components
Winter 2019 Lecture 11 Minimum Spanning Trees (Part II)
Graphs G = (V,E) V is the vertex set.
New Media and Knowledge Management Sergeja Sabo
EMIS 8374 Max-Flow in Undirected Networks Updated 18 March 2008
Networked Life NETS 112 Fall 2019 Prof. Michael Kearns
Autumn 2019 Lecture 11 Minimum Spanning Trees (Part II)
Presentation transcript:

Knowledge Management Prof.dr.Nada Lavrač Topics: - Degree centrality/centralization - Closeness centrality/centralization - Betweenness centrality/centralization - Brokers and Bridges

Center and Periphery Social networks: - looking for a way of flow of the information - ways of diffusion and retrival of the information Concepts of social network analisys: - centrality (individual vertices) - centralization (entire network)

Communication ties in sawmill

Distance -Information may easily reach vertices (people) who are central in communication network -Simplest indicator of centrality of vertex is number of its neighbors (connected) -Problem: Given a fix number of lines what is the most efficient structure to exchange the information?

Distance a star network b line network

Distance – degree centrality/centralization reachability of a vertex inside network -In this case star network the most efficient structure (given the fix number of lines) -Network is more centralized if the vertices vary more with respect to their centrality Defining degree of centralization Who has the more sources of information at its disposal? -The degree centrality of vertex is its degree -Degree centralization of a network is the variation in the degrees of vertices divided by the maximum degree which is posible in the network of the same size

Distance – degree centrality/centralization reachability of a vertex inside network a star network (most efficient) degree centralizaton: v1 degree = 5 (max degree) v2 to V5 degree = 1 (min degree) => v1 contributes 1x (5-5) and v2 to v5 contributes 5x (5-1) => so 20 is the maximum degree variations => 20/20 = 1 max degree centralization b line network: v7 and v12 degree = 1 v8, v9, v10, v11 degree = 2 max degree in this network => v7 and v12 contributes 2 x (2 – 1) and V8 to v11 contibutes 4 x (2 – 2) => 2 / 20 (max degree in the network of the same size) = 0,1

Communication ties in sawmill

Distance – degree centrality/centralization reachability of a vertex inside network Using “Pajek” on our simple network: Net > Partitions > Degree => centralization degree of network All degree centrality of 1. C:\DownLoads\Firefox\Pajek - All data\Sawmill\Sawmill.net (36) Working Network All Degree Centralization = Time spent: 0:00:00

Distance – degree centrality/centralization Using “Pajek” on our simple network: Net > Partitions > Degree => degree centrality of vertices HP HP HP HP HP HP HP HP HP HP HP HM-1 (Juan) HM HM HM HM HM HM HM HM HM HM EM EM EM EM EM Y Y Forester Mill Manager Owner Kiln operator EP EP EP-3

Distance – degree centrality/centralization on our assignment IlpNet2 all

Distance – degree centrality/centralization on our assignment IlpNet2 reduced Who are the most central persons in network; who has the most collaborations? - First we reduced number of vertices to those connected with min two neighbors Net > Transform > Reduction > Degree > All (min. Degree of vertices < 2) From 589 to 416 vertices We removed people who wrote only one article by themselves or pairs of people that wrote article together

Distance – degree centrality/centralization on our assignment IlpNet2 reduced

Distance – degree centrality/centralization on our assignment IlpNet2 reduced > centrality centralization Centralization of the network: Net > Partitions > Centrality All degree centrality of 2. All (recursive) degree reduction of N1 [2] (416) Working Network All Degree Centralization = Top 10 central persons in IlpNet (sorted using excel) MUGGLETON,S DZEROSKI,S BLOCKEEL,H RAEDT,L LAVRAC,N FLACH,P LAER,W SRINIVASAN,A WROBEL,S BRUYNOOGHE,M.

Distance – Geodesic Two vertices (people) are connected if path exists form one to another - In undirected network the distance is the number of lines or steps in the shortest path that connect two vertices together - In directed network distance can be different in reverse way A geodesic is the shortest path between two vertices The distance from vertex u to vertex v is the length of the geodesic u to v.

Distance – closeness centrality/centralization reachability of a vertex inside network The closeness centrality of a vertex is the number of all other vertices divided by the sum of all distances between the vertex and all others Closeness centralization is the variation in the closeness centrality of vertices divided by the maximum variation in the closeness centrality scores possible in a network of the same size. We see that the problem arises if all vertices are not (strongly) connected!

Distance – closeness centrality/centralization IlpNet2 using “Pajek” Q: I’ll go and work abroad in the institute; to which persons (vertices) should I turn to if I want to work on a subject that person that I trust (vertex) have at least three articles on? - First we reduced number of vertices with less than three articles Net > Transform > Reduction > Degree > All (min. Degree of vertices < 4) From 589 to 143 vertices Calculate closeness centrality (closeness centralization is not possible in our example sice network is not (strongly connected) Net > Vector > Centrality > Closeness

Distance – closeness centrality/centralization IlpNet2 using “Pajek” A: I’ll look into subjects of articles that these vertices (people) and if it’ll match I’ll try and work with him / her RAEDT,L DZEROSKI,S MUGGLETON,S LAER,W PAGE,C JACOBS,N LAVRAC,N WROBEL,S BLOCKEEL,H BRUYNOOGHE,M.

Distance – betweenness centrality/centralization The betweenness centrality of a vertex is the proportion of all geodesics between pairs of other vertices that include this vertex Betweenness centralization is the variation in the betweenness centrality of vertices divides by the maximum variation in betweenness centrality scores in the network of the same size. In social network : to what extent may a person (vertice) control the flow of informaton due to the his / her position inside the communication network?

Distance – betweenness centrality/centralization IlpNet2 using “Pajek” Q: I discovered something new in the area, to whom to turn to in a social network to disperse the quickest possible way information about my discovery Net > Vector > Betweenness Network Betweenness Centralization = A: This are ttop ten persons with ability to desperse information quickly MUGGLETON,S RAEDT,L DZEROSKI,S WROBEL,S PAGE,C FLACH,P ADE,H BLOCKEEL,H LAVRAC,N STEPANKOVA,O.

Distance – betweenness centrality/centralization IlpNet2 using “Pajek”, reduced number of vertices and multiplied vector for better viewing

Distance – betweenness centrality/centralization IlpNet2 using “Pajek” Q: I discovered something new in the area, to whom to turn to in a social network to disperse the quickest possible way information about my discovery? Net > Vector > Betweenness Network Betweenness Centralization = A: This are ttop ten persons with ability to desperse information quickly MUGGLETON,S RAEDT,L DZEROSKI,S WROBEL,S PAGE,C FLACH,P ADE,H BLOCKEEL,H LAVRAC,N STEPANKOVA,O.

Broker and Bridges The bridges and lines who bridge structural holes between other have more control and perform better A bridge is a line whose removal increases the number of components in the network -Deleting a vertex from a network means that the vertex and all lines incident with this vertex are removed from the network -A cut-vertex is a vertex whose deletion increases the number of components in the network -A bi-component is a component of minimum size of three that does not contain a cut-vertex

Broker and Bridges Simple example using “Pajek”

Broker and Bridges IlpNet2 Who are the bridges and lines in IlpNet2 who bridge structural holes Net > Components > Bi-Components (with a minimum size of 2 so we can look for lines that represents bridges)

Broker and Bridges IlpNet2 using “Pajek”

Broker and Bridges IlpNet2 – enlarged part

Broker and Bridges IlpNet2 Who are the bridges and lines in IlpNet2 who bridge structural holes, articles that two persons work together on? Net > Components > Bi-Components (with a minimum size of 2 so we can look for lines that represents bridges) Root (449) 1 (3) 2 (3) 3 (11) 4 (4) 5 (3) 6 (4)... 25(2) 26(2) Bridges are bi components of size two in an undirected network, so we can easily find them

Index of literature and acknowlegement - Exploatory Social Network Analysis with Pajek; W. De Nooy, A. Mrvar, V. Batagelj - Internet Links Thank you to Peter Ljubič