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.7)pdist_1.2.zip(r-4.6)pdist_1.2.zip(r-4.5)
pdist_1.2.tgz(r-4.6-x86_64)pdist_1.2.tgz(r-4.6-arm64)pdist_1.2.tgz(r-4.5-x86_64)pdist_1.2.tgz(r-4.5-arm64)
pdist_1.2.tar.gz(r-4.7-arm64)pdist_1.2.tar.gz(r-4.7-x86_64)pdist_1.2.tar.gz(r-4.6-arm64)pdist_1.2.tar.gz(r-4.6-x86_64)
pdist_1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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:

8.29 score 8 stars 33 packages 298 scripts 4.1k downloads 4 mentions 1 exports 0 dependencies

Last updated from:fca01b87e5. Checks:11 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE124
linux-devel-x86_64NOTE99
source / vignettesOK139
linux-release-arm64NOTE108
linux-release-x86_64NOTE96
macos-release-arm64NOTE142
macos-release-x86_64NOTE191
macos-oldrel-arm64NOTE132
macos-oldrel-x86_64NOTE425
windows-develNOTE61
windows-releaseNOTE69
windows-oldrelNOTE57
wasm-releaseOK88

Exports:pdist

Dependencies: