SYNOPSIS

Static Public Member Functions

static void ApplyKernelMatrix (const arma::mat &data, arma::mat &transformedData, arma::vec &eigval, arma::mat &eigvec, const size_t, KernelType kernel=KernelType())

Construct the kernel matrix approximation using the nystroem method.

Detailed Description

template<typename KernelType>class mlpack::kpca::NaiveKernelRule< KernelType >

Definition at line 32 of file naive_method.hpp.

Member Function Documentation

template<typename KernelType > static void \fBmlpack::kpca::NaiveKernelRule\fP< KernelType >::ApplyKernelMatrix (const arma::mat &data, arma::mat &transformedData, arma::vec &eigval, arma::mat &eigvec, const size_t, KernelTypekernel = \fCKernelType()\fP)\fC [inline]\fP, \fC [static]\fP

Construct the kernel matrix approximation using the nystroem method.

Parameters:

data Input data points.

transformedData Matrix to output results into.

eigval KPCA eigenvalues will be written to this vector.

eigvec KPCA eigenvectors will be written to this matrix.

rank Rank to be used for matrix approximation.

kernel Kernel to be used for computation.

Definition at line 46 of file naive_method.hpp.

Author

Generated automatically by Doxygen for MLPACK from the source code.