Hi, The label propagation algorithm in igraph is written in C, not in R. You can find the source code here (but it's not self-contained):
https://github.com/igraph/igraph/blob/master/src/community.c#L2085 T. T. On Tue, Sep 29, 2015 at 7:02 PM, Benika H <[email protected]> wrote: > Hi. I would like to use the R source code for the label propagation > algorithm. Is there a version on GitHub or available elsewhere? I'm trying > to set a group of nodes as seed nodes and determine neighbors. Therefore, I > would like to modify the code for this use. > > > Thank you, > > BH > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
