FastMKS(const bool singleMode=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
FastMKS(const MatType &referenceSet, const bool singleMode=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
FastMKS(const MatType &referenceSet, KernelType &kernel, const bool singleMode=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
FastMKS(MatType &&referenceSet, const bool singleMode=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
FastMKS(MatType &&referenceSet, KernelType &kernel, const bool singleMode=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
FastMKS(Tree *referenceTree, const bool singleMode=false) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
FastMKS(const FastMKS &other) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
FastMKS(FastMKS &&other) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Metric() const | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
Metric() | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
Naive() const | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
Naive() | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
operator=(const FastMKS &other) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
operator=(FastMKS &&other) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Search(const MatType &querySet, const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Search(Tree *querySet, const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Search(const size_t k, arma::Mat< size_t > &indices, arma::mat &products) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
serialize(Archive &ar, const uint32_t) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
SingleMode() const | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
SingleMode() | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
Train(const MatType &referenceSet) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Train(const MatType &referenceSet, KernelType &kernel) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Train(MatType &&referenceSet) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Train(MatType &&referenceSet, KernelType &kernel) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Train(Tree *referenceTree) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
Tree typedef | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
~FastMKS() | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |