powered by
This function computes the Frobenius normalization of a matrix.
frobNorm(X)
Frobenius-normalized X (class: "matrix").
Numeric matrix of any size. It may be a kernel matrix.
dat <- matrix(rnorm(50),ncol=5,nrow=10) frobNorm(dat)
Run the code above in your browser using DataLab