Learn R Programming

ktaucenters (version 1.0.0)

.distance: 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)

Value

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

Arguments

x

a numeric matrix.