Metadata-Version: 2.1
Name: evaluationRecall
Version: 0.5
Summary: evaluationRecall
Home-page: https://github.com/jzhang-0/Quantization
Author: jzhang
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jzhang-0/Quantization-Evaluation/issues
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Installation
```
pip install evaluationRecall
```
## Usage
See the example in [demo](examples/demo.ipynb).

## References
* [Jégou, Hervé, Matthijs Douze, and Cordelia Schmid. "Product quantization for nearest neighbor search." (2010).](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.164.8334&rep=rep1&type=pdf)

* [Babenko, Artem, and Victor Lempitsky. "Additive quantization for extreme vector compression." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2014.](https://www.cv-foundation.org/openaccess/content_cvpr_2014/papers/Babenko_Additive_Quantization_for_2014_CVPR_paper.pdf)

