distManhattan: Computation of a distance matrix using the Manhattan metric

Description Usage Arguments Details Value

Description

This function computes the distance matrix from a numeric matrix using the Manhattan 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 objects 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 Manhattan distances betweens all objects


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