View source: R/normalization.R
frobNorm | R Documentation |
This function computes the Frobenius normalization of a matrix.
frobNorm(X)
X |
Numeric matrix of any size. It may be a kernel matrix. |
Frobenius-normalized X (class: "matrix").
dat <- matrix(rnorm(50),ncol=5,nrow=10)
frobNorm(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.