Description Usage Arguments Value Examples
Calculate the euclidean distance between a numeric matrix n X p and a numeric vector of length p
1 | calcEuclideanDistance(m, v)
|
m |
A n X p matrix or dataframe with only numeric columns |
v |
A numerci vector of length p |
A vector of length n giving the euclidean distance between all matrix row and the vector p
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.