igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Igraph With Bo Result for Big Dataset


From: Omar Yaacoubi
Subject: [igraph] Igraph With Bo Result for Big Dataset
Date: Wed, 28 Dec 2016 13:44:05 +0100

Hi all,

I'm using igraph with R and Python to detect communities in a 150 Million relations and 8 million nodes :

e <- cluster_walktrap(g)
com <- cbind(V(g),e$membership) #V(g) gets the number of vertices
com <- cbind(V(g)$name,e$membership) #To get names if your vertices are labeled
It work perfectly for small community but it stops without any error after Two hours for large communities (more than 150 million relations) with no error dans nos result.

What is the problem ? Is igraph not adapted for huge community ? 

Thanks
Best Regards,
Omar

reply via email to

[Prev in Thread] Current Thread [Next in Thread]