kleinmind / bridge-bounding

Implementation of the Bridge Bounding algorithm for local community detection: http://arxiv.org/abs/0902.0871

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bridge-bounding

Implementation of the Bridge Bounding algorithm for local community detection. Detailed description of the algorithm is available on: http://arxiv.org/abs/0902.0871 In case you make use of this code in your research, please cite the above paper.

The implementation uses the JUNG library to handle graphs: http://jung.sourceforge.net/ To get quickly started with the use of the algorithm, have a look at a very simple example (using synthetic community structure) in the bbound.SimpleSyntheticTest.java class (under the test folder).

This project contains also implementations for three other well-known local community detection methods, namely:

For more information or support, contact: papadop@iti.gr or symeon.papadopoulos@gmail.com

About

Implementation of the Bridge Bounding algorithm for local community detection: http://arxiv.org/abs/0902.0871

License:Apache License 2.0


Languages

Language:Java 100.0%