Package src :: Package stats306b :: Package lecture4 :: Module kpca
[hide private]
[frames] | no frames]

Module kpca

source code

Functions [hide private]
 
kpca(x, ncomp=4, sigma=1)
Perform a kernel PCA analysis of a set of points in the plane using a Gaussian kernel with a given sigma.
source code
Function Details [hide private]

kpca(x, ncomp=4, sigma=1)

source code 

Perform a kernel PCA analysis of a set of points in the plane using a Gaussian kernel with a given sigma.

Return the first four principal eigenfunctions and the principal components (the eigenfunctions evaluated at the x's).