zhiyzuo / python-modularity-maximization

Python implementation of Newman's spectral methods to maximize modularity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python implementation of Newman's spectral methods to maximize modularity.

See:

A quick start: https://zhiyzuo.github.io/python-modularity-maximization/

All the datasets in ./data comes from http://www-personal.umich.edu/~mejn/netdata/

Specifically, big_10_football_directed.gml is compiled by myself to test community detection for directed network. I combined data from http://www.sports-reference.com/cfb/conferences/big-ten/2005-schedule.html and the original football.gml to define the edge directions.

Change log:

About

Python implementation of Newman's spectral methods to maximize modularity.

License:MIT License


Languages

Language:Python 62.9%Language:Jupyter Notebook 37.1%