> 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. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
