[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 •filtering nodes
Page 1 of 1

filtering nodes

Posted: 25 Jul 2017 15:07
by gvsbdisco
I am analyzing a twitter network. I have filtered the edges based on "NOT" "Follower" which leaves me the more interesting edges that indicate replies, mentions etc. My question is after doing the edge filtering how do i get ride of the unconnected nodes in the graph? I thought after filtering I could re-run the statistics and it would take into consideration the removed edges thinking i could then filter out nodes based on degree, ie. get rid of the nodes with a degree of 0. That does not seem to work. Thanks for any direction.