[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Label Propagation
From: |
Szabolcs Horvát |
Subject: |
Re: [igraph] Label Propagation |
Date: |
Thu, 1 Oct 2015 09:41:05 +0200 |
Most igraph functions are implemented in C, not in R. You'll find all
the igraph source code on GitHub: https://github.com/igraph/ There's
a link at the top right of the igraph.org homepage.
The label propagation algorithm is here:
https://github.com/igraph/igraph/blob/master/src/community.c#L2127
On 29 September 2015 at 19:02, Benika H <address@hidden> 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
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
Re: [igraph] Label Propagation, Tamas Nepusz, 2015/10/08