[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2017-05-24T23:28:34+01:00 https://forum-gephi.org/app.php/feed/topic/6155 2017-05-24T23:28:34+01:002017-05-24T23:28:34+01:00 https://forum-gephi.org/viewtopic.php?t=6155&p=14397#p14397 <![CDATA[Re: Closeness and eigenvector centrality for directed graphs]]>
Thanks for your contribution. I needed this for a project I am doing. I also checked the eigenvector centrality in Gephi. @Zapata as right. eigenvector centrality is correlated with indegree. It does make sense as it is indeed how eigenvector centrality is calculated by other softwares. However, answers given by other softwares are not the same for my dataset. I am using MIT network programmes here http://strategic.mit.edu/downloads.php? ... b_networks

In my case, this eigenvector centrality is the popularity sore of nodes in my data: flows going into the nodes by weight. Hope this helps.

Regards,
AJS

Statistics:Posted by AJS2017 — 24 May 2017 23:28


]]>
2017-03-01T16:47:06+01:002017-03-01T16:47:06+01:00 https://forum-gephi.org/viewtopic.php?t=6155&p=14241#p14241 <![CDATA[Re: Closeness and eigenvector centrality for directed graphs]]>
I built a small test model and found the answers:

Closeness centrality of node A is based on the shortest path from A to other nodes in the network
Eigenvector centrality of node A is based on the importance of nodes (not sure which metric is used for importance) that supply into A, into A's supplier etc.

Overall, these definitions are surprising as closeness centrality will be correlated to outdegree whereas eigenvector centrality will be correlated to indegree. Not sure if that makes sense - any views on that?

Statistics:Posted by Zapata — 01 Mar 2017 16:47


]]>
2017-03-01T15:55:48+01:002017-03-01T15:55:48+01:00 https://forum-gephi.org/viewtopic.php?t=6155&p=14239#p14239 <![CDATA[Re: Closeness and eigenvector centrality for directed graphs]]> Not sure now but you can check the code here: https://github.com/gephi/gephi/blob/mas ... tance.java

Statistics:Posted by eduramiba — 01 Mar 2017 15:55


]]>
2017-03-01T14:07:14+01:002017-03-01T14:07:14+01:00 https://forum-gephi.org/viewtopic.php?t=6155&p=14238#p14238 <![CDATA[Closeness and eigenvector centrality for directed graphs]]>
does anyone know how the closeness centrality and eigenvector centrality metrics are calculated for a directed graph? Is it based on "sending" (outdegree) or "receiving" (indegree) connections?

The Github page (https://github.com/gephi/gephi/wiki/Clo ... Centrality) does not help here unfortunately.

Kind regards,
Stefan

Statistics:Posted by Zapata — 01 Mar 2017 14:07


]]>