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.
ann (1.1.1+doc-2.2) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/autotools-files.diff:
+ Do not set AC_DISABLE_FAST_INSTALL, which enables the installation
of the actual ann-tools in /usr/bin instead of libtool wrappers.
Thanks to Simon McVittie <smcv@debian.org>.
Closes: #563963.
-- Evgeni Golov <evgeni@debian.org> Sun, 14 Mar 2010 00:02:39 +0100
more»