igraph-help
[Top][All Lists]
Advanced

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

[igraph] Hi! I have a question


From: ±âÁÖ ¾È
Subject: [igraph] Hi! I have a question
Date: Wed, 9 Nov 2016 14:16:28 +0000 (UTC)

Hi! I just started to use igraph and try to do edge_betweenness community 
detection.

The thing is it is too slow so I am not sure this is because of my lap top or 
my code.

My data set has about 7000 nodes and 100000 edges and is a directed graph.

Just in case I attach my data set.

And my code is:

>>>g=Graph.Read_Ncol('Wiki.txt',directed=True)
>>>communities = g.community_edge_betweenness(directed=True)

Then my machine stops.

Could you check this out?

Thank you

                                               Regards
                                               Keejoo

Attachment: Wiki.txt
Description: Text document


reply via email to

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