igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Working with large networks and how to sample from a graph?


From: Tamás Nepusz
Subject: Re: [igraph] Working with large networks and how to sample from a graph?
Date: Thu, 5 Apr 2012 13:35:17 +0200

> > Thanks
> > 
> > These big networks are hard! My past experience is with networks of a
> > couple
> > hundred nodes, at most
> > 
Another thing you might want to think about is whether you really need the 
betweenness centrality of the nodes or it is enough to use _any_ sensible 
centrality measure. For instance, eigenvector centrality and PageRank can be 
calculated way faster than betweenness centrality or closeness centrality on 
large networks.

T.





reply via email to

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