[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 •manually calculating weights
Page 1 of 1

manually calculating weights

Posted: 09 Jan 2012 18:19
by kensuguro
I have a huge graph (800 something mb) which won't fit in memory. That's including overlapping edges. Ideally, if I could read it in, the overlapping edges get automatically counted as weights. To overcome the memory issue, I precalculated the weights (I want to rank by a specific variable) and have loaded all the edges with the variable that represents the weights. (column called "percent")

Problem is, I can't "assign" the "percent" column as the weights in order to control the edge line width. Is there a way to make an arbitrary variable control the line width?

edit:
hmm, I guess I can copy over the data to the weights column. Seems to round the values tho.

Re: manually calculating weights

Posted: 10 Jan 2012 05:47
by mbastian
Have you thought about putting your graph in Neo4j? Neo4j supports parallel edges. You could then uses the Neo4j Plugin.