| compute_distance_matrix_cpp_wrap | R Documentation |
Computes a Euclidean-squared distance matrix rapidly
compute_distance_matrix_cpp_wrap(X)
X |
A numeric matrix with n rows representing each subject and p columns which are measurements on each subject |
The n x n Euclidean distances squared
Adam Kapelner
## Not run:
X = matrix(c(0, 1, 2, 3), nrow = 2)
compute_distance_matrix_cpp_wrap(X)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.