matrixDistance {puma} | R Documentation |
This calculates the mean Euclidean distance between the rows of two matrices. It is used in the function pumaPCA
matrixDistance( matrixA , matrixB )
matrixA |
the first matrix |
matrixB |
the second matrix |
A numeric giving the mean distance
Richard D. Pearson
Related class pumaPCA
show(matrixDistance(matrix(1,2,2),matrix(2,2,2)))