[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 •Importing mixed networks
Page 1 of 1

Importing mixed networks

Posted: 03 Jul 2014 20:18
by parovoz
I am trying to import a mixed (directed/undirected) network from an GraphML file. The graph in the file has <graph edgedefault="directed">, and at least one edge has directed="false". Gephi displays a warning "Edge type doesn't fit with default" (which is bothering). Then, depending on the choice of the Graph Type, I get either a fully undirected network (when I chose Undirected or Mixed) or fully directed network (when I chose Directed). Changing edge type in the Data Laboratory is not allowed. Does Gephi REALLY support mixed networks? If it does, how can I import it?