mlpack  master
mlpack::fastmks::FastMKS< KernelType, MatType, TreeType > Member List

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

Candidate typedefmlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
CandidateList typedefmlpack::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
metricmlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
Naive() const mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
Naive()mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
naivemlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
operator=(const FastMKS &other)mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >
referenceSetmlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
referenceTreemlpack::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 >
setOwnermlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
singleModemlpack::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 typedefmlpack::fastmks::FastMKS< KernelType, MatType, TreeType >
treeOwnermlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
~FastMKS()mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >