Computes distances between two data matrices using "euclid", "cor", "cosine"
fastDist(X,Y,method)
X
a matrix
matrix
Y
method
a string with possible values "euclid", "cor", "cosine"
string
a distance matrix
Antoine Stevens and Leonardo Ramirez-Lopez