Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: implement Community Detection with network_g2g() #23

Open
martinctc opened this issue Dec 9, 2020 · 0 comments
Open

Feature: implement Community Detection with network_g2g() #23

martinctc opened this issue Dec 9, 2020 · 0 comments
Labels
spike enhancements that would take longer to implement

Comments

@martinctc
Copy link
Member

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

@martinctc martinctc added the spike enhancements that would take longer to implement label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spike enhancements that would take longer to implement
Projects
None yet
Development

No branches or pull requests

1 participant