Package: pdist Type: Package Title: Partitioned Distance Function Version: 1.2 Date: 2013-01-31 Author: Jeffrey Wong Maintainer: Jeffrey Wong URL: https://github.com/jeffwong/pdist 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. License: GPL LazyLoad: yes Depends: methods Collate: 'pdist.R' 'setup.R' Repository: https://jeffwong.r-universe.dev Date/Publication: 2014-04-09 20:54:37 UTC RemoteUrl: https://github.com/jeffwong/pdist RemoteRef: HEAD RemoteSha: fca01b87e5306d5dd152390a41d05e191f9363e7 NeedsCompilation: yes Packaged: 2026-07-21 07:49:20 UTC; root