mlpack  2.0.1
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.

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 >
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, MatType, TreeType >private
metricmlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
Metric() const mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
Metric()mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
naivemlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
Naive() const mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
Naive()mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
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
SingleMode() const mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
SingleMode()mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >inline
singleModemlpack::fastmks::FastMKS< KernelType, MatType, TreeType >private
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 >