[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[igraph] community clustering in python
From: |
Kurt J |
Subject: |
[igraph] community clustering in python |
Date: |
Fri, 23 Nov 2007 12:23:58 +0000 |
Hi,
I was hoping to experiment with some clustering using the python
interface to igraph. The igraph implementation of the modularity
optimization gives me a bus error:
>>> G.to_undirected()
>>> Lsv = G.community_fastgreedy()
Bus error
on Python 2.4.3
Should i just be using/learning R?
Cheers,
-Kurt J