igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] label propagation algorithm


From: Fatemeh a
Subject: Re: [igraph] label propagation algorithm
Date: Fri, 8 May 2015 18:14:23 +0430

thanks Tamas for the answer.

On Fri, May 8, 2015 at 5:29 PM, Tamas Nepusz <address@hidden> wrote:
> what dose the input graph , shoud be undirected to make sense mean , in
> label propagation algorithm?
In my opinion, yes, it should be undirected because communities are not
well-defined for directed graphs anyway. (None of the classical, informal
definitions of a community take edge directions into account as far as I know).

> so what is the output when you run on a directed graph?
Labels will be propagated forward along the edges, but the convergence of the
algorithm is not guaranteed; for instance, nodes without inbound edges are free
to choose their labels in an arbitrary manner because no other nodes influence
them.

T.

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



--
regards
F..A

reply via email to

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