pdist: Partitioned Distance Function

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 'dist', but this creates unnecessary computation by computing the distances between a row of X and another row of X, and likewise for Y.

Version: 1.0
Published: 2011-06-19
Author: Jeffrey Wong
Maintainer: <jeff.ct.wong at stanford.edu>
License: GPL
CRAN checks: pdist results

Downloads:

Package source: pdist_1.0.tar.gz
MacOS X binary: pdist_1.0.tgz
Windows binary: pdist_1.0.zip
Reference manual: pdist.pdf

Reverse dependencies:

Reverse depends: muma