View source: R/normalization.R
centerK | R Documentation |
It is equivalent to compute 'K' over centered data (i.e. the mean of each column is subtracted) in Feature Space.
centerK(K)
K |
Kernel matrix (class "matrix"). |
Centered 'K' (class "matrix").
dat <- matrix(rnorm(250),ncol=50,nrow=5)
K <- Linear(dat)
centerK(K)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.