[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 •Edge weight based on in-degree
Page 1 of 1

Edge weight based on in-degree

Posted: 15 Mar 2017 16:13
by arefossaa
Hi!

Is there any function in Gephi that allows you to set the edge weight based on the source nodes in-degree?
I.e. I would like for nodes with a high in-degree to have higher weighted edges when they are the source node.

Thanks!

Re: Edge weight based on in-degree

Posted: 16 Mar 2017 16:35
by eduramiba
Hi,
I don't think this is possible with core Gephi. Maybe you can do it with the scripting plugin: https://github.com/gephi/gephi/wiki/Scripting-Plugin

Re: Edge weight based on in-degree

Posted: 23 Mar 2017 19:21
by arefossaa
Thanks!
I'll try it out!