[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Help required - How to perform matrix multiplication in igr
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Help required - How to perform matrix multiplication in igraph-python |
Date: |
Thu, 14 Jan 2016 11:41:57 +0100 |
Hi,
> pr1,pr2 = g.bipartite_projection("type")
> f = io.open("pr2.graphml", 'w',encoding='utf8')
> pr2.write_graphml(f)
Hmmm, this works for me on my machine so it could be
platform-dependent. Which Python version are you using on which
platform?
Also, try this instead - it is simpler and supposed to work on all
platforms (no need to create 'f' at all):
pr2.write_graphml("pr2.graphml")
T.
- [igraph] Help required - How to perform matrix multiplication in igraph-python, Pranay Vasani, 2016/01/12
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Matteo Fortini, 2016/01/12
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Tamas Nepusz, 2016/01/12
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Pranay Vasani, 2016/01/12
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Tamas Nepusz, 2016/01/13
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Pranay Vasani, 2016/01/13
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Pranay Vasani, 2016/01/13
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python,
Tamas Nepusz <=
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Pranay Vasani, 2016/01/16
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Tamas Nepusz, 2016/01/18
- Re: [igraph] Help required - How to perform matrix multiplication in igraph-python, Pranay Vasani, 2016/01/18