mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Closes: https://bugs.gentoo.org/785550 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<maintainer>
|
|
<email>mount@cs.umd.edu</email>
|
|
<name>Dave Mount</name>
|
|
</maintainer>
|
|
<maintainer>
|
|
<email>arya@cs.ust.hk</email>
|
|
<name>Sunil Arya</name>
|
|
</maintainer>
|
|
</upstream>
|
|
<use>
|
|
<flag name="profile">Enable performance evaluation. (This may slow execution slightly.)</flag>
|
|
</use>
|
|
<longdescription lang="en">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.
|
|
</longdescription>
|
|
</pkgmetadata>
|