7
Introduction to Network Science 13 Clustering Coefficient and Transitivity

Clustering Coefficient and Transitivity - Clemson …isafro/ns14/l10.pdf · Introduction to Network Analysis 3 Homework: Prove any 2 out of 3 in Theorem 3 (submit by 3/6/2014 ) A

Embed Size (px)

Citation preview

Introduction to Network Science 13

Clustering Coefficient and Transitivity

Introduction to Network Science 14

[BE] “Network Analysis”

Clustering Coefficient and Transitivity

Introduction to Network Science 15

Clustering Coefficient and Transitivity

Introduction to Network Science 16

Homework: [SW] “Approximating clustering-coefficient and

transitivity” (submit review by 3/6)

Computing Clustering Coefficient

Computing cc = computing triples (trivial, how?) + computing triangles

Computing triangles = O(ndmax2) – trivial, O(n2..376) – mat-mat multiplication

Introduction to Network Analysis 1

Spectral Methods (aka Algebraic Graph Theory, see Chapter 14 in [BE] “Network analysis”)

Three main objects of interest: adjacency matrix, Laplacian, and normalized Laplacian

What their spectrum (all eigenvalues, including algebraic multiplicity) can tell about network statistics,

existence of subgraphs, classification, etc.?

diagonal entry of M’

orthonormal eigenvectors of M

Introduction to Network Analysis 2

Introduction to Network Analysis 3

Homework: Prove any 2 out of 3 in Theorem 3 (submit by 3/6/2014)