igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Importing a weighted network from a csv file


From: Ahmed Abdeen Hamed
Subject: Re: [igraph] Importing a weighted network from a csv file
Date: Fri, 6 Feb 2015 17:38:17 -0500


On Fri, Feb 6, 2015 at 4:56 PM, Tamas Nepusz <address@hidden> wrote:
so maybe you'll have to do this:

g.es["weight"] = [float(x) for x in g.es["weight"]]

Great, thanks very much!

Now if i need to call PageRank based on the assigned weights, I pass g.es["weight"] as a parameter? 

-Ahmed








reply via email to

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