MLPACK  1.0.8
mlpack::kpca::KernelPCA< KernelType > Member List

This is the complete list of members for mlpack::kpca::KernelPCA< KernelType >, including all inherited members.

Apply(const arma::mat &data, arma::mat &transformedData, arma::vec &eigval, arma::mat &eigvec)mlpack::kpca::KernelPCA< KernelType >
Apply(const arma::mat &data, arma::mat &transformedData, arma::vec &eigval)mlpack::kpca::KernelPCA< KernelType >
Apply(arma::mat &data, const size_t newDimension)mlpack::kpca::KernelPCA< KernelType >
centerTransformedDatamlpack::kpca::KernelPCA< KernelType >private
CenterTransformedData() const mlpack::kpca::KernelPCA< KernelType >inline
CenterTransformedData()mlpack::kpca::KernelPCA< KernelType >inline
GetKernelMatrix(const arma::mat &data, arma::mat &kernelMatrix)mlpack::kpca::KernelPCA< KernelType >private
kernelmlpack::kpca::KernelPCA< KernelType >private
Kernel() const mlpack::kpca::KernelPCA< KernelType >inline
Kernel()mlpack::kpca::KernelPCA< KernelType >inline
KernelPCA(const KernelType kernel=KernelType(), const bool centerTransformedData=false)mlpack::kpca::KernelPCA< KernelType >