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.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'))

Peer review:

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

On CRAN:

1 exports 7 stars 4.28 score 0 dependencies 30 dependents 4 mentions 230 scripts 2.2k downloads

Last updated 10 years agofrom:fca01b87e5. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 07 2024
R-4.5-win-x86_64NOTESep 07 2024
R-4.5-linux-x86_64NOTESep 07 2024
R-4.4-win-x86_64NOTESep 07 2024
R-4.4-mac-x86_64NOTESep 07 2024
R-4.4-mac-aarch64NOTESep 07 2024
R-4.3-win-x86_64NOTESep 07 2024
R-4.3-mac-x86_64NOTESep 07 2024
R-4.3-mac-aarch64NOTESep 07 2024

Exports:pdist

Dependencies: