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
feat: Add SparseKMeans estimator for high-dimensional sparse data
Implements SparseKMeans estimator with:
- Auto-sparsity detection based on data sampling
- Support for SE, KL, L1, and Spherical sparse kernels
- sparseMode parameter: "auto", "force", "dense"
- sparseThreshold parameter for auto-mode cutoff
- Full persistence support (save/load)
- 21 comprehensive tests
Also fixes KernelFactory.supportsSparse() case sensitivity
for correct auto-detection of sparse-eligible divergences.
Updates ROADMAP to mark Sparse Bregman clustering as complete.
Test suite now at 737 tests (all passing).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments