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 typedef | FastMKS< KernelType, MatType, TreeType > | |
~FastMKS() | FastMKS< KernelType, MatType, TreeType > | |