Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

pdist : Partitioned Distance Function

Package: pdist
Type: Package
Title: Partitioned Distance Function
Version: 1.2
Date: 2013-01-31
Author: Jeffrey Wong
Maintainer: Jeffrey Wong <jeff.ct.wong@gmail.com>
URL: https://github.com/jeffwong/pdist
Description: 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.
License: GPL
LazyLoad: yes
Depends: methods
Collate: 'pdist.R' 'setup.R'
Packaged: 2013-02-02 23:20:12 UTC; jeffrey
Repository: CRAN
Date/Publication: 2013-02-03 08:07:20

● Data Source: CranContrib
● 0 images, 3 functions, 0 datasets
Reverse Depends: 2