-
Notifications
You must be signed in to change notification settings - Fork 1
lvyachao/FasterRWCD
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published