distance {epca} | R Documentation |
Matrix Distance
Description
Matrix Distance
Usage
distance(x, y, method = "euclidean")
Arguments
x , y |
|
method |
distance measure, "maximum", "cosine", or "euclidean" are implemented. |
Value
numeric
, the distance between two matrices.
[Package epca version 1.1.0 Index]