Skip to content
Prev 332599 / 398502 Next

Inserting 17M entries into env took 18h, inserting 34M entries taking 5+ days

Yes, I'm pretty familiar with igraph, but had not thought of using it 
for this. Interesting idea.

So I presume I'd do something like (pseudocode):

:Create igraph object from my data set as an edgelist
:Create a list of connected subgraphs using clusters()
:Loop through that list of clusters to create final data set

That might work ...

Thanks!

Magnus
On 11/1/2013 4:52 PM, William Dunlap wrote: