<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>Fast Nearest Neighbour Search</dc:title>
  <dc:description>Finds the k nearest neighbours for every point in a given
dataset in O(N log N) time using Arya and Mount&apos;s ANN library
(v1.1.1).  Two functions allow searches for nearest neighbours
within a point set or between two separate point sets. There is
support for approximate as well as exact searches, fixed radius
searches and bd as well as kd trees. This version updates ANN
1.1.3 and fixes package compilation on Windows.</dc:description>
  <dc:type>Software</dc:type>
  <dc:creator>Gregory Jefferis &lt;jefferis@gmail.com&gt;</dc:creator>
  <dc:contributor>Samuel E. Kemp, Gregory Jefferis</dc:contributor>
  <dc:rights>GPL-2</dc:rights>
  <dc:date>2011-10-19</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=RANN</dc:identifier>
 </rdf:Description>
</rdf:RDF>

