1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: ann
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Teemu Ikonen <tpikonen@gmail.com>
Section: libs
Priority: optional
Build-Depends: autoconf,
automake,
libtool,
debhelper (>= 11~),
autoconf-archive
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/ann
Vcs-Git: https://salsa.debian.org/science-team/ann.git
Homepage: http://www.cs.umd.edu/~mount/ANN/
Package: libann-dev
Architecture: any
Section: libdevel
Depends: libann0 (= ${binary:Version}),
${misc:Depends}
Description: Approximate Nearest Neighbor Searching library (development files)
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 header files for developing applications
with the ANN library.
Package: libann0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Approximate Nearest Neighbor Searching library
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.
Package: ann-tools
Architecture: any
Section: math
Depends: ${shlibs:Depends},
${misc:Depends}
Description: 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.
|