[jgrapht-users] Memory on Centrality
Brought to you by:
barak_naveh,
perfecthash
From: Jeff G <jef...@gm...> - 2010-09-09 12:41:04
|
I ran into a memory issue when trying to calculate betweenness centrality on my graphs. I'm using a simple graph - is there a better way for efficient memory usage? I was using JUNG and it worked fine for computing centrality, using an UndirectedSparseGraph(). Is there an equivalent in jGraphT that I should be using so I don't run out of memory? Thanks, Jeff |