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(analytical): Fix Louvain algorithm's stop condition #4387

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

songqing
Copy link
Contributor

What do these changes do?

When using Louvain algorithm, I found a question with its stop condition, the Louvain algotithm's quality may be 0, 0.85, 0.80, I want to stop the iterations at 0.80 as the quality has started to decrease, but the current stop condition can't do that.
Besides, the change is consistent with NetworkX's implementation

Related issue number

Fixes

Copy link
Contributor

Please check the preview of the documentation changes at
https://613d589c.graphscope-docs-preview.pages.dev

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.

1 participant