Description Usage Arguments Value
Minkowski distance between rows of two matrics
1 | row_pdist(x, y, p)
|
x |
numeric matrix of dimension |
y |
numeric matrix of dimension |
p |
the order of the norm |
matrix of dimension n
times m where the (i,j)th element is the Minkowski distance of order p
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.