Skip to content

Commit

Permalink
[ENH] Implement K Means (#3159)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - New functionality
	 - Implement the full k-means with regularization and random sampling fully emulating the spann reference implementation

## Test plan
- [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust

## Documentation Changes
None
  • Loading branch information
sanketkedia authored Dec 5, 2024
1 parent 155cf7b commit 835780b
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/index/src/spann.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pub mod types;
pub mod types;
pub mod utils;
Loading

0 comments on commit 835780b

Please sign in to comment.