igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Community detection based on conductance


From: Tim Althoff
Subject: Re: [igraph] Community detection based on conductance
Date: Tue, 6 May 2014 14:42:36 -0700

Thanks for your replies!

As far as I know snappy doesn't have this capability although it part of the SNAP C++ code base. That might be my best bet (unless somebody else has implemented conductance in igraph already).

Thanks!


On Tue, May 6, 2014 at 2:11 PM, Gábor Csárdi <address@hidden> wrote:
On Mon, May 5, 2014 at 1:06 PM, Tim Althoff <address@hidden> wrote:
Hi,

I am performing community detection on citation network graphs (~20k nodes). It seems like all (most?) community detection algorithms are based on modularity which according to this paper (http://dl.acm.org/citation.cfm?id=2350193) is a bad idea. They propose conductance (or e.g. triangle participation ratio) as a metric to optimize for communities. In particular I am interested in a score for maximum community saliency (or e.g. minimum conductance cut).

Does iGraph have such capabilities? I could find anything about conductance in the docs.

I believe the Stanford SNAP library has similar functionality  (C++) but I would prefer staying with Python if possible.

Any comments and ideas are very welcome!


G.
 

Thanks,
Tim

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

[Prev in Thread] Current Thread [Next in Thread]