Description Usage Arguments Value Examples
Function to calculate the principal components of a kernel.
1 | KPC(K, thr)
|
K |
an NxN numeric matrix with the Kernel matrix. |
thr |
a positive scalar which is a threshold to discard eigen-vectors based on eigen-values. |
the kernel principal components
1 2 3 4 | x = rnorm(100,0,1)
k = RBF_K(x,1)
k_ = kernel_normal(k)
kpca = KPC(k,1e-8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.