igraph-help
[Top][All Lists]
Advanced

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

[igraph] fastgreedy.community in igraph 0.6


From: Sergio Jimenez
Subject: [igraph] fastgreedy.community in igraph 0.6
Date: Fri, 03 Jun 2011 10:49:00 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; es-ES; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

Hi,
I have upgraded to igraph 0.6 an I have problems with community.to.membership function

If I run:

g <-  simplify(as.undirected(ba.game(100, 3)))
fc <- fastgreedy.community(g)
memb <- community.to.membership(G, fc$merges,
                               steps=which.max(fc$modularity)-1)

R crashes an exits abnormaly.
Maybe there is any trouble with indexation?

Thanks again

    Sergio

 

_______________________________________________ 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]