<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Partitioned Distance Function</dc:title>
  <dc:title>R package pdist version 1.2.1</dc:title>
  <dc:description>Computes the euclidean distance between rows of a matrix X
        and rows of another matrix Y.  Previously, this could be done
        by binding the two matrices together and calling 'dist', but
        this creates unnecessary computation by computing the distances
        between a row of X and another row of X, and likewise for Y.
        pdist strictly computes distances across the two matrices, not
        within the same matrix, making computations significantly
        faster for certain use cases.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: methods</dc:relation>
  <dc:creator>Jeffrey Wong &lt;jeff.ct.wong@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Jeffrey Wong</dc:contributor>
  <dc:rights>GPL</dc:rights>
  <dc:date>2022-05-02</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=pdist</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.pdist</dc:identifier>
</oai_dc:dc>
