[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 •Re:Closeness Centrality
Page 1 of 1

Re:Closeness Centrality

Posted: 26 Sep 2013 23:20
by Avani Gade
Hi,
I have an API-Mashup netwrok data,when computing the closeness centrality,most of the nodes seem to have a value 1
After reviewing the data i found that all these nodes that have a value 1 have just one edge or is an edge that is present only once !!
And they are two nodes that are self loops and have a value to be 0
I don't understand why the value is just 1 ??
As all these nodes cannot reach every other node in the network with a distance just 1?