networkx / website

Website source code for NetworkX.
http://networkx.org/
8 stars 13 forks source link

Suggestion for the weighted_projected_graph documentation #2

Closed JBPressac closed 9 years ago

JBPressac commented 9 years ago

Hello, The weighted_projected_graph documentation could be clearer with the example of the Davis Southern Women graph and saying that (quoting Jordi Torrens) the weight attribute of the weighted projected graph represents the number of shared neighbors in the bipartite network (ie the number of events that both women attended together). In fact, the term "shared neighbors" without example could lead to the confusion of a neighborhood between the nodes of the projected graph (the women or the events in the Davis Southern Women case).

hagberg commented 9 years ago

This request should be made over at the source code repository. I made a PR there networkx/networkx#1332 that updates the Davis Club example.