nikhitmago / social-network-analysis

SNA using Girvan Newmann Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Network Analysis using Girvann Newman Algorithm

The code uses networkx python library which can be installed using the command:

pip install networkx

Version:

Spark – 2.2.1, Python – 2.7

Betweenness code calculates the betweenness between every two edges in the graph and can be run using the command:

spark-submit betweenness.py [input_file]

Community code creates communities in the social graph using the null model and it's modularity Q(G,S). To run this file, execute:

spark-submit community.py [input_file]

About

SNA using Girvan Newmann Algorithm


Languages

Language:Python 100.0%