Discussion:
[igraph] How are weights interpreted for igraph_community_edge_betweenness() ?
Szabolcs Horvát
2017-11-03 15:13:49 UTC
Permalink
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

Loading...