View source: R/extendr-wrappers.R
| rust_distance_matrix_manhattan | R Documentation |
Compute Manhattan distance matrix between two sets of points
rust_distance_matrix_manhattan(x1, y1, x2, y2)
x1 |
X coordinates of first set of points |
y1 |
Y coordinates of first set of points |
x2 |
X coordinates of second set of points |
y2 |
Y coordinates of second set of points |
Distance matrix (n1 x n2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.