Looking for a lib that detects overlapping communities on a fairly large network (up to 10,000 nodes) in seconds, not minutes? [note: by "network" I mean the graph]
Answering a comment asking for details, here is a simple example:
Def
|
G
|
Abc
There are many algorithms that can detect (D, E, F, G) and (A, B, C) as two different (non-overlapping) communities in this network - or, of course, (D, E, F) and (A , B, C, G).
I am looking for an algorithm implemented in Java that can detect (D, E, F, G) and (A, B, C, G) as two overlapping (because they overlap on G) communities on this network.
seinecle
source share