.distance {ktaucenters} | R 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.
[Package ktaucenters version 1.0.0 Index]