About Anaconda Help Download Anaconda

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.

copied from cf-staging / r-pdist

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.2.1
  • linux-aarch64 v1.2.1
  • osx-64 v1.2.1
  • linux-ppc64le v1.2.1
  • win-64 v1.2.1

conda install

To install this package run one of the following:
conda install conda-forge::r-pdist
conda install conda-forge/label/cf201901::r-pdist
conda install conda-forge/label/cf202003::r-pdist
conda install conda-forge/label/gcc7::r-pdist

Description


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy