col.norm {tilting} | R Documentation |
The function returns a vector containing the L2 norm of each column for a given matrix.
col.norm(X)
X |
a matrix for which the column norms are computed. |
A vector containing the L2 norm of the columns of X is returned.
Haeran Cho