Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.12 KB

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: [email protected] or [email protected]