| FastMKS(const arma::mat &referenceSet, const bool single=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| FastMKS(const arma::mat &referenceSet, const arma::mat &querySet, const bool single=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| FastMKS(const arma::mat &referenceSet, KernelType &kernel, const bool single=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| FastMKS(const arma::mat &referenceSet, const arma::mat &querySet, KernelType &kernel, const bool single=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| FastMKS(const arma::mat &referenceSet, TreeType *referenceTree, const bool single=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| FastMKS(const arma::mat &referenceSet, TreeType *referenceTree, const arma::mat &querySet, TreeType *queryTree, const bool single=false, const bool naive=false) | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| InsertNeighbor(arma::Mat< size_t > &indices, arma::mat &products, const size_t queryIndex, const size_t pos, const size_t neighbor, const double distance) | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| metric | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| Metric() const | mlpack::fastmks::FastMKS< KernelType, TreeType > | inline |
| Metric() | mlpack::fastmks::FastMKS< KernelType, TreeType > | inline |
| naive | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| querySet | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| queryTree | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| referenceSet | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| referenceTree | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| Search(const size_t k, arma::Mat< size_t > &indices, arma::mat &products) | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| single | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| ToString() const | mlpack::fastmks::FastMKS< KernelType, TreeType > | |
| treeOwner | mlpack::fastmks::FastMKS< KernelType, TreeType > | private |
| ~FastMKS() | mlpack::fastmks::FastMKS< KernelType, TreeType > | |