forked from johnasbaghi/louvain-modularity
-
Notifications
You must be signed in to change notification settings - Fork 0
FightForProgrammer/louvain-modularity
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project is a Spark (GraphX) implementation of Louvain Modularity. First build Spark: wget http://www.trieuvan.com/apache/spark/spark-1.5.0/spark-1.5.0.tgz tar -xvzf spark-1.5.0.tgz -C ~/ cd ~/spark-1.5.0 ./sbt/sbt assembly Then build and run the code: sbt package sbt run
About
A GraphX implementation of Louvain method for community detection.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Scala 100.0%