Skip to content

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

Notifications You must be signed in to change notification settings

aponom84/navigable-graphs-python

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages