igraph-help
[Top][All Lists]
Advanced

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

[igraph] on VertexClustering


From: Claudio Martella
Subject: [igraph] on VertexClustering
Date: Wed, 21 Dec 2011 19:38:05 +0100

Hello,

I'm trying to get some graph clustering done, so I create a graph from
my graphml and try to run VertexClustering.

The code is very simple:

g = igraph.Graph.Read_GraphML("myfile.xml")
c = igraph.VertexClustering(g)

but it throws:

TypeError: sequence or iterable expected

any idea about what's wrong? the constructor prototype talks about
graph as first/necessary parameter.

Thanks!

-- 
   Claudio Martella
  address@hidden



reply via email to

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