ann2fig

Approximate Nearest Neighbor Searching library (tools)

Install

All systems
curl cmd.cat/ann2fig.sh
Debian Debian
apt-get install ann-tools
Ubuntu
apt-get install ann-tools
image/svg+xml Kali Linux
apt-get install ann-tools
Fedora
dnf install ann
Windows (WSL2)
sudo apt-get update sudo apt-get install ann-tools
Raspbian
apt-get install ann-tools

ann-tools

Approximate Nearest Neighbor Searching library (tools)

ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. ANN assumes that distances are measured using any class of distance functions called Minkowski metrics. These include the well known Euclidean distance, Manhattan distance, and max distance. ANN performs quite efficiently for point sets ranging in size from thousands to hundreds of thousands, and in dimensions as high as 20. This package contains the ann2fig (display ANN output in fig format) and the ann_sample (a sample demonstration for ANN) programs.

ann

Library for searching Approximate Nearest Neighbors