Skip to content

Commit 95db8c6

Browse files
authored
Add louvain
1 parent 7d241ca commit 95db8c6

File tree

6 files changed

+3823
-0
lines changed

6 files changed

+3823
-0
lines changed

louvain/README

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Implementation of Louvain algorithm for community detection on protein interaction datasets.
2+
3+
In /data folder there is C. elegans worm protein interactome data.
4+
5+
In order to run this implementation, use the following command.
6+
7+
> python3 test.py
8+
9+
Please make sure you are using "python3" command instead of "python" command. Otherwise modularity values are displayed as zero.
6.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)