Tsuchihashi-ryo / linkcom

Implements Link communities with python 3 and networkx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Python 3 compatible program that implements Link Communities. For the paper see: http://www.nature.com/nature/journal/v466/n7307/full/nature09182.html I modified the code of Yong-Yeol Ahn and James Bagrow so that it works with Python 3 and can be used with networkx graphs (through a wrapper).

Using this code requires Python 3 and networkx 1.9+.

About

Implements Link communities with python 3 and networkx

License:GNU General Public License v3.0


Languages

Language:Python 100.0%