[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 •degree vs. size of ego network
Page 1 of 1

degree vs. size of ego network

Posted: 13 May 2014 21:47
by lanning
I am studying a directed citation network which includes about 15000 unique authors.
According to my data table, one node (Allport) has an in-degree of 24 and an out-degree of 0.
Yet when I examine Allport's 1st degree ego network, there are 100 nodes (99 citers + Allport).
Am I missing something? I thought that the number of direct links and degree should be the same. Thanks

Re: degree vs. size of ego network

Posted: 22 May 2014 13:12
by Simon_St
I am really not an expert with Gephi, but I'm just guessing. Did you check whether all of those 100 edges are defined as in-degree directed? If you look at data laboratory -> edges, you should be able to see it. Maybe for some the direction is not specified and therefore there is a discrepancy.