5 Introduction to social network analysis
- Presenting random and scale-free model degree distribution
- Using metrics to characterize a network
- Introducting Neo4j Graph Data Science library
- Using Native Projection to project an in-memory graph
- Inspecting the community structure of a graph
- Finding influencers in the network with PageRank
5.1.1 Node degree distribution
5.2 Introduction to Neo4j Graph Data Science library
5.2.1 Graph Catalog and Native projection
5.3 Network characterization
5.3.1 Weakly Connected Component algorithm
5.3.2 Strongly Connected Components algorithm
5.3.3 Local clustering coefficient
5.4 Identifying central nodes
5.7 Solutions to exercises