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:
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')) |
Bug tracker:https://github.com/jeffwong/pdist/issues
Last updated 11 years agofrom:fca01b87e5. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | NOTE | Nov 06 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 06 2024 |
R-4.4-win-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 06 2024 |
R-4.3-win-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 06 2024 |
Exports:pdist
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Distances between Observations for a Partitioned Matrix | pdist-package |
extract parts of pdist | [ [,pdist-method |
Partitioned Distances | pdist |