[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 •Density, truncated or rounded?
Page 1 of 1

Density, truncated or rounded?

Posted: 21 Nov 2017 19:16
by joshisanonymous
I have some networks that are likely not dense at all and so the density statistic comes back as 0.000. I imagine that somewhere down the line, there's is an actual value, so what I'm wondering is whether the value shown is rounded to the nearest thousandth or truncated.

Re: Density, truncated or rounded?

Posted: 21 Nov 2017 19:36
by eduramiba
Is this number in data laboratory or statistics report?

Re: Density, truncated or rounded?

Posted: 21 Nov 2017 20:19
by joshisanonymous
Statistics report. I didn't even know you could view density in the data laboratory.

Re: Density, truncated or rounded?

Posted: 22 Nov 2017 11:05
by eduramiba
Oh right, if it's density it's only available in the report. The number might be too low, the number format seems to be rounding to 3 decimal places: https://github.com/gephi/gephi/blob/mas ... nsity.java

Re: Density, truncated or rounded?

Posted: 23 Nov 2017 03:18
by joshisanonymous
Thanks!