Refactor k-means implementation and remove unused dependencies: #69

Merged
jakeISAC merged 1 commit from dev into main 2026-04-04 18:25:19 +02:00
Owner
  • Simplify centroid structure and clustering logic.
  • Replace redundant centroid checks with check_keys_against_delta.
  • Remove plotters dependency and related visualization code.
  • Adjust logging for centroid initialization and reinitialization.
  • Optimize mathematical operations and improve code readability.
- Simplify centroid structure and clustering logic. - Replace redundant centroid checks with `check_keys_against_delta`. - Remove `plotters` dependency and related visualization code. - Adjust logging for centroid initialization and reinitialization. - Optimize mathematical operations and improve code readability.
- Simplify centroid structure and clustering logic.
- Replace redundant centroid checks with `check_keys_against_delta`.
- Remove `plotters` dependency and related visualization code.
- Adjust logging for centroid initialization and reinitialization.
- Optimize mathematical operations and improve code readability.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jakeISAC/bifrost!69
No description provided.