Description Usage Arguments Details Value
Fast Euclidean distance between rows of two matrics
1 | frow_euc_dist(x, y, squared = FALSE)
|
x |
numeric matrix of dimension |
y |
numeric matrix of dimension |
squared |
boolean, if |
This calculation should be much faster than using row_pdist
. However, it is numerically less stable. Use at own risk.
matrix of dimension n
times m where the (i,j)th element is the Euclidean between the ith row of x
and the jth row of y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.