dot-distance: Distance Matrix Computation

.distanceR Documentation

Distance Matrix Computation

Description

Computes and returns the distance matrix using euclidean distance measure to compute the distances between the rows of a data matrix.

Usage

.distance(x)

Arguments

x

a numeric matrix.

Value

A numeric matrix with the distances between the rows of a matrix.


ktaucenters documentation built on May 29, 2024, 5:55 a.m.