Written in R. karateClub.py is just testing, not main script.
R Dependencies used:
- igraph
- igraphdata
Assignment #5 Due: 11:59pm March 16
Prove or disprove that the result of split could have been predicted by the weighted graph of social interactions. How well does the mathematical model represent reality?
Generously document your answer with all supporting equations, code, graphs, arguments, etc.
Useful sources include:
- Original paper
http://aris.ss.uci.edu/~lin/76.pdf
- Slides
http://www-personal.umich.edu/~ladamic/courses/networks/si614w06/ppt/lecture18.ppt
http://clair.si.umich.edu/si767/papers/Week03/Community/CommunityDetection.pptx
- Code and data
https://networkx.readthedocs.io/en/stable/examples/graph/karate_club.html
http://nbviewer.ipython.org/url/courses.cit.cornell.edu/info6010/resources/11notes.ipynb
http://konect.uni-koblenz.de/networks/ucidata-zachary
http://vlado.fmf.uni-lj.si/pub/networks/data/ucinet/ucidata.htm#zachary
https://snap.stanford.edu/snappy/doc/reference/CommunityGirvanNewman.html
http://igraph.org/python/doc/igraph-pysrc.html#Graph.community_edge_betweenness
Suppose the disagreements in the group were more nuanced -- what would the clubs look like if they split into groups of 3, 4, and 5?