| Crates.io | fromhnsw |
| lib.rs | fromhnsw |
| version | 0.1.1 |
| created_at | 2025-06-14 15:43:21.312608+00 |
| updated_at | 2025-06-14 15:43:21.312608+00 |
| description | Coreset and (streaming) clustering |
| homepage | |
| repository | https://github.com/jean-pierreBoth/coreset |
| max_upload_size | |
| id | 1712443 |
| size | 52,576 |
Provides coreset computations from data stored in hnsw structures coming from crate hsnw_rs.
As a library provides module to reload datamap from hnsw and an iterator for coreset computations.
The documentation of the binary hcore explains the parameters of the command and ouptut which has two forms:
To compile the whole crate run:
cargo build --release --workspace --all
cargo doc --no-deps --all
To compile the subcrate fromhnsw enabling coreset computations on hnsw data run :
cargo build --release --all --bin hcore