5 Introduction to social network analysis

 

This chapter covers

  • 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 Follower network

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.4.1 PageRank algorithm

5.4.2 Personalized PageRank algorithm

5.4.3 Drop named graph

5.5 Summary

5.6 References

5.7 Solutions to exercises