View source: R/matrix_multiplication_par.R View source: R/matrix_multiplication.R
compute_MXt | R Documentation |
Computes M%*%t(standardized.X) using sparse multiplication trick
compute_MXt(M, X)
M |
a L by p matrix |
X |
an n by p unstandardized matrix with three attributes: scaled:center, scaled:scale, and attr(X, 'd') |
a L by n matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.