Skip to content

lvyachao/FasterRWCD

Repository files navigation

Louvain Community Detection
===========================

Installing
----------

To build and install run::

     python setup.py install

Usage
-----

To use from the command line::

     $ community <filename>

filename is a binary file as generated by the
convert utility distributed with the C implementation

To use as a python library::

     import community

Documentation
-------------

To generate documentation run::

     pip install numpydoc sphinx
     cd docs
     make

Tests
-----

To run tests::

     pip install nose
     python setup.py test

About

Faster Random Walk with Known Community Information on Graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages