Lecture 9 Measures and Metrics. Cocitation and Bibliographic coupling 2.

Slides:



Advertisements
Similar presentations
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Advertisements

Edge-connectivity and super edge-connectivity of P 2 -path graphs Camino Balbuena, Daniela Ferrero Discrete Mathematics 269 (2003) 13 – 20.
Max Flow Problem Given network N=(V,A), two nodes s,t of V, and capacities on the arcs: uij is the capacity on arc (i,j). Find non-negative flow fij for.
EMIS 8374 Vertex Connectivity Updated 20 March 2008.
R. Johnsonbaugh Discrete Mathematics 5 th edition, 2001 Chapter 8 Network models.
Chapter 9 Connectivity 连通度. 9.1 Connectivity Consider the following graphs:  G 1 : Deleting any edge makes it disconnected.  G 2 : Cannot be disconnected.
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.
Lecture 9 Measures and Metrics. Structural Metrics Degree distribution Average path length Centrality Degree, Eigenvector, Katz, Pagerank, Closeness,
CSE 421 Algorithms Richard Anderson Lecture 22 Network Flow.
Maximum Flows Lecture 4: Jan 19. Network transmission Given a directed graph G A source node s A sink node t Goal: To send as much information from s.
1 Submodular Functions in Combintorial Optimization Lecture 6: Jan 26 Lecture 8: Feb 1.
A network is shown, with a flow f. v u 6,2 2,2 4,1 5,3 2,1 3,2 5,1 4,1 3,3 Is f a maximum flow? (a) Yes (b) No (c) I have absolutely no idea a b c d.
CSE 421 Algorithms Richard Anderson Lecture 22 Network Flow.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
Introduction to Graph Theory
TELCOM2125: Network Science and Analysis
V2: Measures and Metrics (II) - Betweenness Centrality - Groups of Vertices - Transitivity - Reciprocity - Signed Edges and Structural Balance - Similarity.
Optimal serverless networks attacks, complexity and some approximate algorithms Carlos Aguirre Maeso Escuela Politécnica Superior Universidad Autónoma.
CSE 421 Algorithms Richard Anderson Lecture 24 Network Flow Applications.
Applications of the Max-Flow Min-Cut Theorem. S-T Cuts SF D H C A NY S = {SF, D, H}, T={C,A,NY} [S,T] = {(D,A),(D,C),(H,A)}, Cap [S,T] =
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.
Maximization of Network Survivability against Intelligent and Malicious Attacks (Cont’d) Presented by Erion Lin.
Lecture 5: Mathematics of Networks (Cont) CS 790g: Complex Networks Slides are modified from Networks: Theory and Application by Lada Adamic.
Mathematics of Networks (Cont)
Network Flow. Network flow formulation A network G = (V, E). Capacity c(u, v)  0 for edge (u, v). Assume c(u, v) = 0 if (u, v)  E. Source s and sink.
Slides are modified from Lada Adamic
Chapter 6 Connectivity and Flow 大葉大學 資訊工程系 黃鈴玲
TELCOM2125: Network Science and Analysis
Algorithm Design and Analysis (ADA)
CSE 421 Algorithms Richard Anderson Lecture 22 Network Flow.
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2016 Figures are taken.
TU/e Algorithms (2IL15) – Lecture 8 1 MAXIMUM FLOW (part II)
Section 7.13: Homophily (or Assortativity)
Network Flow.
Groups of vertices and Core-periphery structure
Max-flow, Min-cut Network flow.
Minimum Spanning Tree 8/7/2018 4:26 AM
Lecture 9 Measures and Metrics.
CSCI 3160 Design and Analysis of Algorithms Tutorial 8
Network Flow.
Lecture 10 Measures and Metrics.
Network Science: A Short Introduction i3 Workshop
Max-flow, Min-cut Network flow.
Network Flow and Connectivity in Wireless Sensor Networks
V17 Metabolic networks - Graph connectivity
Network Science: A Short Introduction i3 Workshop
V11 Metabolic networks - Graph connectivity
Richard Anderson Lecture 23 Network Flow
Richard Anderson Lecture 23 Network Flow
Vertex Covers, Matchings, and Independent Sets
Assortativity (people associate based on common attributes)
Problem Solving 4.
Flow Networks and Bipartite Matching
Max Flow Problem Given network N=(V,A), two nodes s,t of V, and capacities on the arcs: uij is the capacity on arc (i,j). Find non-negative flow fij for.
Algorithms (2IL15) – Lecture 7
EE5900 Advanced Embedded System For Smart Infrastructure
Max Flow / Min Cut.
V12 Menger’s theorem Borrowing terminology from operations research
Network Flow.
Lecture 21 Network Flow, Part 1
V11 Metabolic networks - Graph connectivity
Richard Anderson Lecture 22 Network Flow
Lecture 21 Network Flow, Part 1
Graph Theory: Cuts and Connectivity
V11 Metabolic networks - Graph connectivity
Network Flow.
Richard Anderson Lecture 22 Network Flow
Maximum Flow Problems in 2005.
EMIS 8374 Max-Flow in Undirected Networks Updated 18 March 2008
Presentation transcript:

Lecture 9 Measures and Metrics

Cocitation and Bibliographic coupling 2

Independent paths Edge independent paths: if they share no common edge Vertex independent paths: if they share no common vertex except start and end vertices Vertex-independent => Edge-independent Also called disjoint paths These set of paths are not necessarily unique Connectivity of vertices: the maximal number of independent paths between a pair of vertices Used to identify bottlenecks and resiliency to failures 3

Cut Sets and Maximum Flow A minimum cut set is the smallest cut set that will disconnect a specified pair of vertices Need not to be unique Menger’s theorem: If there is no cut set of size less than n between a pair of vertices, then there are at least n independent paths between the same vertices. Implies that the size of min cut set is equal to maximum number of independent paths for both edge and vertex independence Maximum Flow between a pair of vertices is the number of edge independent paths times the edge capacity. 4

Transitivity 5

Structural Metrics: Clustering coefficient 6

Local Clustering and Redundancy 7

Reciprocity 8

Signed Edges and Structural balance Friends / Enemies Friend of friend → Enemy of my enemy → Structural balance: only loops of even number of “negative links” Structurally balanced → partitioned into groups where internal links are positive and between group links are negative 9

Similarity 10

Homophily and Assortative Mixing Assortativity: Tendency to be linked with nodes that are similar in some way Humans: age, race, nationality, language, income, education level, etc. Citations: similar fields than others Web-pages: Language Disassortativity: Tendency to be linked with nodes that are different in some way Network providers: End users vs other providers Assortative mixing can be based on Enumerative characteristic Scalar characteristic 11

Modularity (enumerative) 12

Assortative coefficient (enumerative) 13

Assortative coefficient (scalar) 14

Assortativity Coefficient of Various Networks 15 M.E.J. Newman. Assortative mixing in networks