Package ann: Information
Source package: ann
Version: 1.1.2-alt5
Build time: Jan 14, 2021, 01:42 AM
Category: Sciences/Mathematics
Report package bugHome page: http://www.cs.umd.edu/~mount/ANN/
License: LGPL v2.1 or later
Summary: A Library for Approximate Nearest Neighbor Searching
Description:
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. In the nearest neighbor problem a set of data points in d-dimensional space is given. These points are preprocessed into a data structure, so that given any query point q, the nearest or generally k nearest points of P to q can be reported efficiently. The distance between two points can be defined in many ways. 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. Based on our own experience, ANN performs quite efficiently for point sets ranging in size from thousands to hundreds of thousands, and in dimensions as high as 20. (For applications in significantly higher dimensions, the results are rather spotty, but you might try it anyway.) The library implements a number of different data structures, based on kd-trees and box-decomposition trees, and employs a couple of different search strategies. The library also comes with test programs for measuring the quality of performance of ANN on any particular data sets, as well as programs for visualizing the structure of the geometric data structures.
List of RPM packages built from this SRPM:
ann (e2kv5, e2kv4, e2k)
ann-debuginfo (e2kv5, e2kv4, e2k)
ann-doc (noarch)
ann-example (e2kv5, e2kv4, e2k)
ann-example-debuginfo (e2kv5, e2kv4, e2k)
ann-test (e2kv5, e2kv4, e2k)
ann-test-debuginfo (e2kv5, e2kv4, e2k)
libann (e2kv5, e2kv4, e2k)
libann-debuginfo (e2kv5, e2kv4, e2k)
libann-devel (e2kv5, e2kv4, e2k)
libann-devel-static (e2kv5, e2kv4, e2k)
ann (e2kv5, e2kv4, e2k)
ann-debuginfo (e2kv5, e2kv4, e2k)
ann-doc (noarch)
ann-example (e2kv5, e2kv4, e2k)
ann-example-debuginfo (e2kv5, e2kv4, e2k)
ann-test (e2kv5, e2kv4, e2k)
ann-test-debuginfo (e2kv5, e2kv4, e2k)
libann (e2kv5, e2kv4, e2k)
libann-debuginfo (e2kv5, e2kv4, e2k)
libann-devel (e2kv5, e2kv4, e2k)
libann-devel-static (e2kv5, e2kv4, e2k)
Maintainer: Eugeny A. Rostovtsev
Last changed
Feb. 11, 2019 Grigory Ustinov 1.1.2-alt5
- Fixed FTBFS.
March 11, 2011 Eugeny A. Rostovtsev 1.1.2-alt4
- Added -g into compiler flags
Feb. 10, 2011 Eugeny A. Rostovtsev 1.1.2-alt3
- Rebuilt for debuginfo