[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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Harmonic Closeness for disconnected Graphs
Page 1 of 1

Harmonic Closeness for disconnected Graphs

Posted: 23 Feb 2018 02:34
by tigger
Hello everybody,

I wanted to measure the closeness but realized that my network is disconnected so that I have more than one component and the closeness centrality is not really "true". I was really pleased when I realized that there is another measure called harmonic closeness that deals with the same issue for disconnected networks (in detail: https://infoscience.epfl.ch/record/2005 ... ASNA09.pdf?) and gephi can measure it. But my results canĀ“t be right. I tried measuring it with some easy networks designed by my own and I have completely different results.
It seems that gephi is normalizing the harmonic closeness centrality with the number N of nodes of the (disconnected) component. But officially it should be normalized with the number of the nodes of the whole network.
Is it a known problem?