Feature: implement Community Detection with network_g2g()
#23
Labels
spike
enhancements that would take longer to implement
network_g2g()
#23
Problem
Currently, the
network_g2g()
only returns a network visual, and there are no complementary methods to derive more insights around it.Suggested solution
An new function or an option that identifies group-based communities in a group-to-group network. One option is to use the Louvain method to maximise modularity, where modularity would be the measure of the strength of division of a network into modules (or clusters).
References
The text was updated successfully, but these errors were encountered: