klaster-0.1.0 has been yanked.
Klaster
klaster is a Rust library for efficient and flexible clustering, designed for research and production use, with a focus on performance and extensibility.
Getting Started
cargo add klaster
For developers
Clone the repository and build the project:
Example: Running KMeans
use KMeans;
use array;
let data = array!;
let model = new_plusplus
.with_tolerance
.with_max_iter;
let assignments = model.fit_predict;
println!;
Documentation
- API docs: https://docs.rs/klaster
- See src/kmeans/mod.rs for detailed documentation and usage examples.
Contributing
Contributions are welcome! Please open issues or pull requests.
License
Copyright (C) 2025 Piotr Jabłoński Distributed under the terms of the MIT license. See LICENSE