igraph-help
[Top][All Lists]
Advanced

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

[igraph] R code for Multilevel.community detection


From: S. M. Ali Abbas
Subject: [igraph] R code for Multilevel.community detection
Date: Thu, 09 Aug 2012 16:54:05 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0

Hi,
So if I get it right, there is no R implementation of the mutlilevel.community - or, in fact, any other community detection algorithm; it just calls the C function. The multilevel.community function in igraph_0.6/igraph/R/community.R calls this function:

 res <- .Call("R_igraph_community_multilevel", graph, weights,
        PACKAGE="igraph")

which in turn invokes the suitable functions in:

https://bazaar.launchpad.net/~igraph/igraph/0.6-main/view/head:/src/community.c

Does it mean, the R implementation of Igraph is used just as an interface?

Cheers,
Ali




reply via email to

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