igraph-help
[Top][All Lists]
Advanced

[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: Wed, 13 Jan 2016 12:18:21 +0100

> bipartite_projection() also produced a matrix with values 0 and 1. May be i
> am missing something here.
Look at the "weight" edge attribute of the bipartite projection - it
should contain exactly the information that you need. Or, use
g.get_adjacency(attribute="weight") - but that one will return a dense
matrix so it won't work for large graphs.

T.



reply via email to

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