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
DESCRIPTION
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.11 score 8 stars 32 packages 316 scripts 2.6k downloads 4 mentions 1 exports 0 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE120
linux-devel-x86_64NOTE107
source / vignettesOK163
linux-release-arm64NOTE111
linux-release-x86_64NOTE106
macos-release-arm64NOTE183
macos-release-x86_64NOTE193
macos-oldrel-arm64NOTE187
macos-oldrel-x86_64NOTE265
windows-develNOTE56
windows-releaseNOTE88
windows-oldrelNOTE63
wasm-releaseOK84

Exports:pdist

Dependencies: