Package: pdist 1.2

pdist: Partitioned Distance Function

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.

Authors:Jeffrey Wong

pdist_1.2.tar.gz
pdist_1.2.zip(r-4.5)pdist_1.2.zip(r-4.4)pdist_1.2.zip(r-4.3)
pdist_1.2.tgz(r-4.5-x86_64)pdist_1.2.tgz(r-4.5-arm64)pdist_1.2.tgz(r-4.4-x86_64)pdist_1.2.tgz(r-4.4-arm64)pdist_1.2.tgz(r-4.3-x86_64)pdist_1.2.tgz(r-4.3-arm64)
pdist_1.2.tar.gz(r-4.5-noble)pdist_1.2.tar.gz(r-4.4-noble)
pdist_1.2.tgz(r-4.4-emscripten)pdist_1.2.tgz(r-4.3-emscripten)
pdist.pdf |pdist.html
pdist/json (API)

# Install 'pdist' in R:
install.packages('pdist', repos = c('https://jeffwong.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jeffwong/pdist/issues

On CRAN:

Conda:

7.89 score 7 stars 34 packages 237 scripts 2.3k downloads 4 mentions 1 exports 0 dependencies

Last updated 11 years agofrom:fca01b87e5. Checks:1 OK, 11 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 06 2025
R-4.5-win-x86_64NOTEMar 06 2025
R-4.5-mac-x86_64NOTEMar 06 2025
R-4.5-mac-aarch64NOTEMar 06 2025
R-4.5-linux-x86_64NOTEMar 06 2025
R-4.4-win-x86_64NOTEMar 06 2025
R-4.4-mac-x86_64NOTEMar 06 2025
R-4.4-mac-aarch64NOTEMar 06 2025
R-4.4-linux-x86_64NOTEMar 06 2025
R-4.3-win-x86_64NOTEMar 06 2025
R-4.3-mac-x86_64NOTEMar 06 2025
R-4.3-mac-aarch64NOTEMar 06 2025

Exports:pdist

Dependencies: