network stats using gephi

13
Advanced Social Network Analysis Using Gephi CMN110 FEB 13, 2017

Upload: grace-benefield

Post on 12-Apr-2017

69 views

Category:

Data & Analytics


1 download

TRANSCRIPT

Page 1: Network stats using Gephi

Advanced Social Network Analysis Using GephiCMN110FEB 13, 2017

Page 2: Network stats using Gephi

Global Measures Density Degree

◦ Avg Degree◦ Degree distribution

Diameter Avg. Path Length

Page 3: Network stats using Gephi

Network Density StatisticsGraph Density Defined as the # of actual ties / # of potential ties Scale is normalized: 0-----------------------.5---------------------------------1 Low density High density Karate Club = .07 density

Page 4: Network stats using Gephi

Network Degree StatisticsAverage DegreeDegree Distribution- Graph of the frequency of all the nodes’ degreesAverage node degree - Undirected: 2*(#edges)/(#nodes)Karate club----->

Page 5: Network stats using Gephi

Network Diameter StatisticsDiameter Shortest geodesic distance between the furthermost nodes Karate club: 3

Page 6: Network stats using Gephi

Average Path Length StatisticsAvg. Path Length The average shortest paths of all possible nodes Karate club: 1.27 paths

Page 7: Network stats using Gephi

Positional Measures Degree Centrality Eigenvector Centrality Closeness Centrality Betweenness Centrality

Page 8: Network stats using Gephi

Degree CentralityStatisticsaverage degree auto populates data labIn-degree (# links in)Out-degree (# links out)Degree (sum of in/out)Karate club degree (top 5): ID 34, 1, 33, 3, 2

Page 9: Network stats using Gephi

Eigenvector Centrality Statistics Eigenvector centrality autopopulates data lab Nodal influence is relative to its neighbors Karate club top 5: ID 1, 2 3, 24, 25

Page 10: Network stats using Gephi

Closeness Centrality Statistics Avg. path length Autopopulates data lab Sum of the length of the shortest paths between the node and all other nodesKarate club: (some of the top) ID 3, 2, 3, 14

Page 11: Network stats using Gephi

Betweenness Centrality Statistics Avg. path length Autopopulates data lab Measure of centrality based on the shortest pathsKarate club: (top 5) ID 3, 32, 9, 29, 4

Page 12: Network stats using Gephi

Local MeasuresCommunity StructureClique

◦ All nodes are interconnected to all othersCommunity DetectionModularity◦ High: dense intragroup, sparse intergroup ties◦ Karate club: .416

Jorge

Antonio Paulina

Gloria

Miguel

Gabriel

Teresa

Page 13: Network stats using Gephi

Stuck? Go to the Gephi Tutorials on their website Use this cheat sheet to help you out: http://www.clementlevallois.net/gephi/tuto/en/gephi_cheat%20sheets_en.pdf