igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Igraph With Bo Result for Big Dataset


From: Gábor Csárdi
Subject: Re: [igraph] Igraph With Bo Result for Big Dataset
Date: Thu, 29 Dec 2016 17:21:12 +0000

I don't understand. What should it write? 

Gabor

On Thu, Dec 29, 2016 at 12:21 PM, Omar Yaacoubi <address@hidden> wrote:
Hi guys,

Any help please ?

We also used the Louvain algorithm and we have the same problem, it stops without any error and without writing anything.

Thank you

Best Regards,
Omar

On Wed, Dec 28, 2016 at 1:44 PM, Omar Yaacoubi <address@hidden> wrote:
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


_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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