SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ann-devel rpm build for : openSUSE Tumbleweed. For other distributions click ann-devel.

Name : ann-devel
Version : 1.1.2 Vendor : obs://build_opensuse_org/home:aeszter
Release : 4.39 Date : 2011-07-08 14:00:00
Group : Development/Libraries/C and C++ Source RPM : ann-1.1.2-4.39.src.rpm
Size : 0.80 MB
Packager : (none)
Summary : Approximate nearest neighbour search
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.

This package contains header files and the static library.

Authors:
---------
David M. Mount
Sunil Arya

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/aeszter/openSUSE_Tumbleweed/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ann-devel
ann-devel(x86-64)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/include/ANN
/usr/include/ANN/ANN.h
/usr/include/ANN/ANNperf.h
/usr/include/ANN/ANNx.h
/usr/lib64/libANN.a

 
ICM