<?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>Partitioned Distance Function</dc:title>
  <dc:description>Computes the euclidean distance between rows of a matrix X
and rows of another matrix Y.  Previously, this could only be
done by binding the two matrices together and calling &apos;dist&apos;,
but this creates unnecessary computation by computing the
distances between a row of X and another row of X, and likewise
for Y.</dc:description>
  <dc:type>Software</dc:type>
  <dc:creator>&lt;jeff.ct.wong@stanford.edu&gt;</dc:creator>
  <dc:contributor>Jeffrey Wong</dc:contributor>
  <dc:rights>GPL</dc:rights>
  <dc:date>2011-06-19</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=pdist</dc:identifier>
 </rdf:Description>
</rdf:RDF>

