igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Community detection in weighted (directed or undirected) gr


From: Tamás Nepusz
Subject: Re: [igraph] Community detection in weighted (directed or undirected) graphs using the Newman-Leicht algorithm?
Date: Sat, 17 Mar 2012 19:05:04 +0100

> Is the algorithm of community detection in weighted (directed or
> undirected) graphs introduced in:
> 
> Community structure in directed networks, E. A. Leicht and M. E. J.
> Newman, Phys. Rev. Lett. 100, 118703 (2008).
> 
> has been implemented through igraph?
As far as I know, this algorithm is essentially Newman's leading eigenvector 
method; for directed graphs, there is a modification in the modularity function 
which accounts for the different in- and out-degrees of the vertices. The 
undirected version is implemented in igraph as the "leading eigenvector method".

Best,
Tamas




reply via email to

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