| compute_distance_matrix_gpu | R Documentation |
Compute a squared Euclidean distance matrix through the optional native backend
compute_distance_matrix_gpu(X, backend = "auto", device = 0)
X |
A numeric matrix. |
backend |
One of |
device |
Zero-based device id. -1 for native C++. |
An n x n squared Euclidean distance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.