BuildModel(const arma::mat &referenceData, TKernelType &kernel, const bool singleMode, const bool naive, const double base) | mlpack::fastmks::FastMKSModel | |
cosine | mlpack::fastmks::FastMKSModel | private |
COSINE_DISTANCE enum value | mlpack::fastmks::FastMKSModel | |
epan | mlpack::fastmks::FastMKSModel | private |
EPANECHNIKOV_KERNEL enum value | mlpack::fastmks::FastMKSModel | |
FastMKSModel(const int kernelType=LINEAR_KERNEL) | mlpack::fastmks::FastMKSModel | |
FastMKSModel(const FastMKSModel &other) | mlpack::fastmks::FastMKSModel | |
FastMKSModel(FastMKSModel &&other) | mlpack::fastmks::FastMKSModel | |
gaussian | mlpack::fastmks::FastMKSModel | private |
GAUSSIAN_KERNEL enum value | mlpack::fastmks::FastMKSModel | |
hyptan | mlpack::fastmks::FastMKSModel | private |
HYPTAN_KERNEL enum value | mlpack::fastmks::FastMKSModel | |
kernelType | mlpack::fastmks::FastMKSModel | private |
KernelType() const | mlpack::fastmks::FastMKSModel | inline |
KernelType() | mlpack::fastmks::FastMKSModel | inline |
KernelTypes enum name | mlpack::fastmks::FastMKSModel | |
linear | mlpack::fastmks::FastMKSModel | private |
LINEAR_KERNEL enum value | mlpack::fastmks::FastMKSModel | |
Naive() const | mlpack::fastmks::FastMKSModel | |
Naive() | mlpack::fastmks::FastMKSModel | |
operator=(const FastMKSModel &other) | mlpack::fastmks::FastMKSModel | |
polynomial | mlpack::fastmks::FastMKSModel | private |
POLYNOMIAL_KERNEL enum value | mlpack::fastmks::FastMKSModel | |
Search(const arma::mat &querySet, const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels, const double base) | mlpack::fastmks::FastMKSModel | |
Search(const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels) | mlpack::fastmks::FastMKSModel | |
Search(FastMKSType &f, const arma::mat &querySet, const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels, const double base) | mlpack::fastmks::FastMKSModel | private |
Serialize(Archive &ar, const unsigned int) | mlpack::fastmks::FastMKSModel | |
SingleMode() const | mlpack::fastmks::FastMKSModel | |
SingleMode() | mlpack::fastmks::FastMKSModel | |
triangular | mlpack::fastmks::FastMKSModel | private |
TRIANGULAR_KERNEL enum value | mlpack::fastmks::FastMKSModel | |
~FastMKSModel() | mlpack::fastmks::FastMKSModel | |