igraph-help
[Top][All Lists]
Advanced

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

[igraph] How are weights interpreted for igraph_community_edge_betweenne


From: Szabolcs Horvát
Subject: [igraph] How are weights interpreted for igraph_community_edge_betweenness() ?
Date: Fri, 3 Nov 2017 16:13:49 +0100

Hello igraph users and developers,

How are edge weights interpreted by the
igraph_community_edge_betweenness() function?

http://igraph.org/c/doc/igraph-Community.html#idm470942730032

For betweenness calculations, high weight = long distance (i.e. weak
connection).  Is this the case for this function as well?  It seems to
be based on the centralities it returns.

But for modularity calculations (which are invoked from within this
function), high weight = strong connection.

Is there a mismatch (and therefore a bug) in this function?

Szabolcs Horvát



reply via email to

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