[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Doubts with community multilevel Python algorithm
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Doubts with community multilevel Python algorithm |
Date: |
Thu, 2 Jun 2016 13:41:58 +0200 |
Hello,
Can you send us a graph that reproduces this behaviour?
T.
On Thu, Jun 2, 2016 at 1:31 PM, Kuu <address@hidden> wrote:
> Hello,
>
> I have a graph that has disconnected components and I want to find
> communities over it. I'm applying directly the community multilevel
> algorithm, but I'm obtaining communities that aren't connected, which from
> my point of view, those shouldn't be considered as a valid community.
>
> Should I run the algorithm only over connected components?? By reading the
> original paper I understand that only two communities are merged if they're
> connected, but maybe I'm not understanding it correctly.
>
> Thanks for your help.
>
> Regards,
> Javier
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>