Community finding library & testing application.
Project done in Java 1.7 with JUNG 2.0.1 framework. Library could be used without application in other JUNG projects.
Application:
- visualization of graph and partition
- reading graph from graphML and pajek files
- generation random graphs and random with communities
- runing multiple tests with different graphs
- saving image with model of graph
Library:
Contains algorithms:
- Louvain (Blondel)
- Fast-Greedy Newman
- Grivan-Newman (improved EdgeBetweennessClusterer)