Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 332 Bytes

Navigable Graphs Python

Python based research tool for studying navigable graphs for nearest neighbour search

Using the SIFT dataset:

python navigable-graphs.py --dataset sift

Using synthetic data with 3D vectors:

python navigable-graphs.py --dataset synthetic --K 20 --k 5 --dim 3 --n 500 --nq 100 --ef 20 --M 2