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

fix the computation approach for weight between different communities #84

Closed
wants to merge 1 commit into from

Conversation

Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented Aug 2, 2023

before we just computation the weight for links between communities, not including the weight inner of community.

According to paper of louvain, we should include the weight inner of community.

The second phase of the algorithm consists in building a new network whose nodes
are now the communities found during the first phase. To do so, --- the weights of the links
between the new nodes are given by the sum of the weight of the links between nodes
in the corresponding two communities [20].---  Links between nodes of the same community
lead to self-loops for this community in the new network. 

@Nicole00
Copy link
Contributor Author

Nicole00 commented Aug 8, 2023

need more optimization for louvain flow.

@Nicole00 Nicole00 closed this Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants