igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] How to Create a Weight List using Python for Modularity()


From: Tamás Nepusz
Subject: Re: [igraph] How to Create a Weight List using Python for Modularity()
Date: Sun, 23 Feb 2014 21:25:47 +0100

> .es[] is included in which package?

.es is a standard attribute of any graph object in the Python interface of 
igraph:

>>> from igraph import Graph
>>> g = Graph.Famous(“petersen”)
>>> type(g.es)
igraph.EdgeSeq

—  
T.





reply via email to

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