ngt

High-dimensional data indexing using neighborhood graphs and trees

brewmacoslinux
Try with needOr install directly
Source

About

Neighborhood graph and tree for indexing high-dimensional data

Commands

ngt

Examples

Create an NGT index from a dataset file$ ngt create -d 128 -o euclidean index_name data.txt
Search for k nearest neighbors in an indexed dataset$ ngt search -n 10 index_name query.txt
Insert new data points into an existing index$ ngt append -d 128 index_name new_data.txt