Skip to content

kleinmind/bridge-bounding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages