Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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