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

[Bug] Fix clustering result #28

Merged
merged 1 commit into from
Jan 30, 2025
Merged

[Bug] Fix clustering result #28

merged 1 commit into from
Jan 30, 2025

Conversation

lixun910
Copy link
Member

Fix the clustering result:

Total sum of squares: 1098.0
Within-cluster sum of squares: [ 83.7021 95.4727 65.3407 36.2533 26.2175 2.1508 74.8074 32.7769
103.7687 69.9346 68.1526 44.1402 42.5298]
Total within-cluster sum of squares: sum([83.7201, …]) = 745.2473 <- this is WSS which is not reported
Total between-cluster sum of squares: 352.7526 <- this should be BSS not WSS
The ratio of between to total sum of squares: 0.3213 <- this is correct

@lixun910 lixun910 merged commit 1039192 into master Jan 30, 2025
7 checks passed
@lixun910 lixun910 deleted the xli-fix-wss-bss branch January 30, 2025 01:45
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