Betweenness Centrality calculation?

Screenshots, Vectorial Preview and printable exports
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
iiyonite
Posts:1
Joined:27 Dec 2012 05:31
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Betweenness Centrality calculation?

Post by iiyonite » 18 Jan 2013 03:51

Hi,

can anyone explain to me how gephi is calculating the betweenness centrality figures,
because I am unable to explain the oddity in my graphs.

In my particular case all edges are weighted with 1, as I want to highlight the number of edges without the modulary class (blocs) as a measure of centrality in the whole system.

The case I am unable to explain is the huge difference between Cameroon and Israel in my graph.
Cameroon is ranked at a betweenness value of 794.99 and a weighted degree of 32.0
Israel on the other hand has a betweenness value of only 125.01 with a weighted degree of 40.0

attached are two pictures which visualize this oddity ... to me it seems that Israel is more central than Cameroon ... but gephi thinks otherwise.
ImageImage

any ideas on why this huge betweenness centrality value difference? and how to rectify it?
thanks in advance ;)

pegerp
Posts:124
Joined:21 Dec 2011 17:10
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Betweenness Centrality calculation?

Post by pegerp » 18 Jan 2013 12:09

Hi iiyonite.

I don't know the details of the algorithm implementation but my intuition is that Gephi is using the random walk closeness centrality, check the description at http://en.wikipedia.org/wiki/Random_wal ... centrality

So intuitively in your data it is more likely that a random walk goes through Cameroon rather than Israel even though Israel is more connected to its neighbours. So when neighbours' neighbours and etc. are taken into account Cameroon is more central than Israel.

To size nodes according to their degree you can compute the "Average degree" in the Statistics panel. Then use Degree column as the size parameter for nodes. If this is what you actually want you don't need to compute the centrality value at all.

What is the data representing? I observe that many Western countries are quite small nodes there. Developing countries are larger in size. In this respect it's quite intuitive that Israel would be a small node too.

jlarrosa
Posts:1
Joined:11 Jan 2014 18:07
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Betweenness Centrality calculation?

Post by jlarrosa » 11 Jan 2014 18:56

pegerp wrote:Hi iiyonite.

I don't know the details of the algorithm implementation but my intuition is that Gephi is using the random walk closeness centrality, check the description at http://en.wikipedia.org/wiki/Random_wal ... centrality
Hi, Pegerp, or anybody in the Gephi developing team, could anybody confirm if Gephi's betweeness calculation is using random walk closeness centrality algorithm?

Greetings, Juan

ardalan3
Posts:1
Joined:07 Feb 2014 14:03
Location:Netherlands
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Betweenness Centrality calculation?

Post by ardalan3 » 07 Feb 2014 14:05

Hi, as reported below the result graphs the utilized algorithm is : Ulrik Brandes, A Faster Algorithm for Betweenness Centrality, in Journal of Mathematical Sociology 25(2):163-177, (2001)

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable