1 #ifndef _theplu_yat_utility_kernel_pca_
2 #define _theplu_yat_utility_kernel_pca_
27 namespace classifier {
const Matrix & projection(void) const
Principal Component Analysis on a Kernel Matrix.
Definition: KernelPCA.h:57
This is the yat interface to GSL vector.
Definition: Vector.h:57
virtual ~KernelPCA(void)
destructor
KernelPCA(const Matrix &kernel)
const Vector & eigenvalues(void) const
sorted eigenvalues.
Interface to GSL matrix.
Definition: Matrix.h:63