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

Adapt clustering default options #881

Merged
merged 1 commit into from
Jan 20, 2023
Merged

Conversation

tsaglam
Copy link
Member

@tsaglam tsaglam commented Jan 17, 2023

This PR changes the clustering defaults to:

  • aglommerative clustering
  • with the average similarity metric

Spectral clustering is indeterministic and often leads when used with realistic data sets to non-optimal clusters. Agglomerative clustering with the AVG metric seems to be more reliable, and the generated clusters seem more realistic.

@tsaglam tsaglam added enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change labels Jan 17, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@tsaglam tsaglam merged commit ed2b781 into develop Jan 20, 2023
@tsaglam tsaglam deleted the cluster-default-options branch January 20, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant