powered by
Calculate the euclidean distance between a numeric matrix n * p and a numeric vector of length p
calcEuclideanDistance(m, v)
A vector of length n giving the euclidean distance between all matrix row and the vector p
A n * p matrix or dataframe with only numeric columns
A numeric vector of length p
#This is an internal function, no example provided
Run the code above in your browser using DataLab