Description Usage Arguments Value Examples
View source: R/kernel_normal.R
A function to perform feature normalization in kernel space.
1 |
K |
an NxN numeric matrix with the kernel function with N observations. |
feature centred kernel.
1 2 3 | x = rnorm(100,0,1)
k = RBF_K(x,40)
k_ = kernel_normal(k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.