mlpack  1.0.12
mlpack::fastmks::FastMKS< KernelType, TreeType > Member List

This is the complete list of members for mlpack::fastmks::FastMKS< KernelType, TreeType >, including all inherited members.

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
metricmlpack::fastmks::FastMKS< KernelType, TreeType >private
Metric() const mlpack::fastmks::FastMKS< KernelType, TreeType >inline
Metric()mlpack::fastmks::FastMKS< KernelType, TreeType >inline
naivemlpack::fastmks::FastMKS< KernelType, TreeType >private
querySetmlpack::fastmks::FastMKS< KernelType, TreeType >private
queryTreemlpack::fastmks::FastMKS< KernelType, TreeType >private
referenceSetmlpack::fastmks::FastMKS< KernelType, TreeType >private
referenceTreemlpack::fastmks::FastMKS< KernelType, TreeType >private
Search(const size_t k, arma::Mat< size_t > &indices, arma::mat &products)mlpack::fastmks::FastMKS< KernelType, TreeType >
singlemlpack::fastmks::FastMKS< KernelType, TreeType >private
ToString() const mlpack::fastmks::FastMKS< KernelType, TreeType >
treeOwnermlpack::fastmks::FastMKS< KernelType, TreeType >private
~FastMKS()mlpack::fastmks::FastMKS< KernelType, TreeType >