No commit activity in last 3 years
No release in over 3 years
Ruby implementation of Louvain community detection method
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

find_communities-ruby

Ruby implementation of Louvain community detection method.

Installation

Add this line to your application's Gemfile:

gem 'find_communities'

And then execute:

$ bundle

Or install it yourself as:

$ gem install find_communities

Usage

$ community -l -1 karate.bin
0 2
1 0
2 0
3 0
4 0
5 1
6 3
7 3
8 0
9 5
10 0
11 1
12 0
13 0
14 0
15 2
16 2
17 3
18 0
19 2
20 0
21 2
22 0
23 2
24 2
25 4
26 4
27 2
28 2
29 4
30 2
31 5
32 4
33 2
0 0
1 1
2 3
3 1
4 2
5 3
0 0
1 1
2 2
3 3
0.426969

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

CI

Build Status

License

Released under the GNU General Public License.