Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 806 Bytes

gathers

CI crates.io docs.rs

Clustering algorithm implementation in Rust and binding to Python.

For Python users, check the Python README.

  • K-means
  • PyO3 binding
  • RaBitQ assignment
  • Parallel with Rayon
  • x86 & x86_64 SIMD acceleration
  • mini batch K-means
  • Hierarchical K-means
  • arm & aarch64 SIMD acceleration

Installation

cargo add gathers

Usage

Check the docs and main.rs.