Weighted Bimodal Bipartite Graph Projection conserving original weights
问题 I have a large ( 36k vertices, 50k edges ) weighted bimodal bipartite graph and I would like to generate a projection that not only count the neighbors like the default weighted implementation but also sum the weights on the edges. You can think of it as a bipartite graph containing black vertices and blue vertices, where I want to conserve the original graph weights when there are only blue vertices. The implementations I came across keep the orange value, I am interested on the red one (or