You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement adaptive batch size and early stopping in MiniBatch k-means
* Make `MiniBatch` struct mutable
* Add adaptive batch size mechanism based on convergence rate
* Introduce early stopping criteria by monitoring change in cluster assignments
* Improve initialization of centroids using k-means++ or other heuristic methods
* Replace `copy` with zero allocations in the `kmeans!` function
* Add tests for adaptive batch size mechanism
* Add tests for early stopping criteria
* Add tests for improved initialization of centroids
0 commit comments