| 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(MatType &&referenceSet, const bool singleMode=false, const bool naive=false) | FastMKS< KernelType, MatType, TreeType > | |
| FastMKS(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 > | |
| FastMKS(const FastMKS &other) | FastMKS< KernelType, MatType, TreeType > | |
| FastMKS(FastMKS &&other) | 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 |
| operator=(const FastMKS &other) | FastMKS< KernelType, MatType, TreeType > | |
| operator=(FastMKS &&other) | FastMKS< KernelType, MatType, TreeType > | |
| 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 uint32_t) | 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(MatType &&referenceSet) | FastMKS< KernelType, MatType, TreeType > | |
| Train(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 > | |