| Candidate typedef | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| CandidateList typedef | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| 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(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 |
| metric | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| Naive() const | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
| Naive() | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | inline |
| naive | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| operator=(const FastMKS &other) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
| referenceSet | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| referenceTree | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| 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 unsigned int) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
| setOwner | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| singleMode | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| 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(Tree *referenceTree) | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
| Tree typedef | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |
| treeOwner | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | private |
| ~FastMKS() | mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > | |