|
From: | Gábor Csárdi |
Subject: | Re: [igraph] Selecting vertices for centrality analysis in R |
Date: | Tue, 18 Dec 2012 14:24:46 -0500 |
But maybe providing a set of vertices for origin - destination pairs, to calculate only the routes between those, would be very useful. This could cut time dramatically.
In the networkX pacakge for python there's a version of betweenness centrality where we can set a random percentage of vertices to use. I did some tests and in my networks using 10% of the routes the result has a .999 R2 to the full calculation. The final values are different, but the ranking of nodes is exactly the same.
Adding the selection of target vertices to the closeness or degree functions would also be useful, allowing to qualify centrality results with regards to specific sub-groups.
[Prev in Thread] | Current Thread | [Next in Thread] |