Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041710
en ru br
Репозитории ALT
S:1.1.2-alt5
5.1: 1.1.1-alt1
www.altlinux.org/Changes

Группа :: Науки/Математика
Пакет: ann

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.1.2-alt5
Время сборки: 12 февраля 2019, 04:13 ( 267.4 недели назад )
Размер архива: 579.53 Kb

Домашняя страница:   http://www.cs.umd.edu/~mount/ANN/

Лицензия: LGPL v2.1 or later
О пакете: A Library for Approximate Nearest Neighbor Searching
Описание:


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.

Текущий майнтейнер: Eugeny A. Rostovtsev (REAL)

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • ann
  • ann-debuginfo
  • ann-doc
  • ann-example
  • ann-example-debuginfo
  • ann-test
  • ann-test-debuginfo
  • libann
  • libann-debuginfo
  • libann-devel
  • libann-devel-static
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin