SNAnalyst / SNAfun

FUNctions to enjoy alongside the SNA4DS course
https://snanalyst.github.io/SNAfun/
GNU General Public License v3.0
1 stars 0 forks source link

add a method to project bipartite graphs #25

Open SNAnalyst opened 2 months ago

SNAnalyst commented 2 months ago

perhaps call this to_unipartite? or, make_projection?

SNAnalyst commented 2 months ago

then also update the measures tutorial and potentially other tuts and slide decks as well

czucca commented 2 months ago

I vote for 'make_projection'. Can you decide on which partition you project by using an argument?

SNAnalyst commented 2 months ago

yes, that would be an idea. Alternatively, the output can be a list with the two partitions. What would you suggest?

czucca commented 2 months ago

I think it would be good to have an argument that says "one", "two", or "both". By default, set to both outputs the list with the two partitions