calcEuclideanDistance | R Documentation |
Calculate the euclidean distance between a numeric matrix n * p and a numeric vector of length p
calcEuclideanDistance(m, v)
m |
A n * p matrix or dataframe with only numeric columns |
v |
A numeric vector of length p |
A vector of length n giving the euclidean distance between all matrix row and the vector p
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.