igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Betweenness Centrality


From: Sanjin Pajo
Subject: Re: [igraph] Betweenness Centrality
Date: Mon, 23 Feb 2015 16:54:22 +0000

I'm sorry, I am using R and the function looks something like this: 
betweenness(graph, v=ids, directed=TRUE, nobigint=FALSE, normalized=TRUE). It 
completes with the warning message: integer overflow. 

________________________________________
From: address@hidden address@hidden on behalf of Tamas Nepusz address@hidden
Sent: Monday, February 23, 2015 5:46 PM
To: Help for igraph users
Subject: Re: [igraph] Betweenness Centrality

> I am trying to use the betweenness function (large graph - 395,331 nodes) and
> it fails with the warning message: integer overflow. Thank you in advance for
> any help offered on how to tackle this issue.
You did not mention whether you use the betweenness function from C, R or
Python, but all of these provide an argument for the betweenness function where
you can ask igraph to use "big integers". This is slower but does not suffer
from overflow issues.

All the best,
--
T.

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



reply via email to

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