frobNorm {kerntools} | R Documentation |
Frobenius normalization
Description
This function computes the Frobenius normalization of a matrix.
Usage
frobNorm(X)
Arguments
X |
Numeric matrix of any size. It may be a kernel matrix. |
Value
Frobenius-normalized X (class: "matrix").
Examples
dat <- matrix(rnorm(50),ncol=5,nrow=10)
frobNorm(dat)
[Package kerntools version 1.0.2 Index]