distEuclidean: Computation of a distance matrix using the Euclidean metric

Description Usage Arguments Details Value

Description

This function computes the distance matrix from a numeric matrix using the Euclidean metric.

Each row of the input matrix must corresponds to an object and each column must corresponds to an attribute.

Usage

1

Arguments

data

a numeric matrix. Rows must correspond to the particles and columns must correspond to the attributes

Details

This function has been implemented in C++ for fast computations and can be executed from R using this wrapper.

Value

a numeric matrix containing the Euclidean distances betweens all particles


tchitchek-lab/MDSRefMaps documentation built on May 31, 2019, 7:28 a.m.