frobNorm {kerntools} | 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)