ann_dataset 0.1.1

A lightweight research library for managing Approximate Nearest Neighbor search datasets.
Documentation
1
2
3
4
5
6
7
8
9
A lightweight research library for managing Approximate Nearest Neighbor search datasets.

It offers the following features:
  * Storage of dense, sparse, and dense-sparse vector sets;
  * Storage of query sets with ground-truth (i.e., exact nearest neighbors) according to different metrics;
  * Basic functionality such as computing recall given a retrieved set; and,
  * Serialization into and deserialization from HDF5 file format.

Find out more on [crates.io](https://docs.rs/crate/ann_dataset/).