mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FastMKS< KernelType, MatType, TreeType > Member List

This is the complete list of members for FastMKS< KernelType, MatType, TreeType >, including all inherited members.

FastMKS(const bool singleMode=false, const bool naive=false)FastMKS< KernelType, MatType, TreeType >
FastMKS(const MatType &referenceSet, const bool singleMode=false, const bool naive=false)FastMKS< KernelType, MatType, TreeType >
FastMKS(const MatType &referenceSet, KernelType &kernel, const bool singleMode=false, const bool naive=false)FastMKS< KernelType, MatType, TreeType >
FastMKS(Tree *referenceTree, const bool singleMode=false)FastMKS< KernelType, MatType, TreeType >
Metric() const FastMKS< KernelType, MatType, TreeType >inline
Metric()FastMKS< KernelType, MatType, TreeType >inline
Naive() const FastMKS< KernelType, MatType, TreeType >inline
Naive()FastMKS< KernelType, MatType, TreeType >inline
Search(const MatType &querySet, const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels)FastMKS< KernelType, MatType, TreeType >
Search(Tree *querySet, const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels)FastMKS< KernelType, MatType, TreeType >
Search(const size_t k, arma::Mat< size_t > &indices, arma::mat &products)FastMKS< KernelType, MatType, TreeType >
Serialize(Archive &ar, const unsigned int)FastMKS< KernelType, MatType, TreeType >
SingleMode() const FastMKS< KernelType, MatType, TreeType >inline
SingleMode()FastMKS< KernelType, MatType, TreeType >inline
Train(const MatType &referenceSet)FastMKS< KernelType, MatType, TreeType >
Train(const MatType &referenceSet, KernelType &kernel)FastMKS< KernelType, MatType, TreeType >
Train(Tree *referenceTree)FastMKS< KernelType, MatType, TreeType >
Tree typedefFastMKS< KernelType, MatType, TreeType >
~FastMKS()FastMKS< KernelType, MatType, TreeType >