igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] community detection help


From: Tamas Nepusz
Subject: Re: [igraph] community detection help
Date: Wed, 10 Feb 2016 22:37:07 +0100

Hi,

> Given a complex graph can we input a list of specific edges to remove.
Not with edge.betweenness.community() because the whole point of the
edge betweenness community detection is to remove edges in decreasing
order of their edge betweenness scores. However, you can of course
simply remove edges from your graph manually, then check whether your
200 nodes are in the same connected component by running clusters() on
the graph and comparing the membership indices of the nodes of
interest (they should be the same if they are in the same connected
component).

T.



reply via email to

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