View source: R/generics.R View source: R/BiCCA.R
L2Norm | R Documentation |
L2 normalize the columns (or rows) of a given matrix
L2Norm(mat, MARGIN = 1)
mat |
Matrix to cosine normalize |
MARGIN |
Perform normalization over rows (1) or columns (2) |
returns l2-normalized matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.