mlpack
2.2.5
|
This is the complete list of members for FastMKSModel, including all inherited members.
BuildModel(const arma::mat &referenceData, TKernelType &kernel, const bool singleMode, const bool naive, const double base) | FastMKSModel | |
COSINE_DISTANCE enum value | FastMKSModel | |
EPANECHNIKOV_KERNEL enum value | FastMKSModel | |
FastMKSModel(const int kernelType=LINEAR_KERNEL) | FastMKSModel | |
GAUSSIAN_KERNEL enum value | FastMKSModel | |
HYPTAN_KERNEL enum value | FastMKSModel | |
KernelType() const | FastMKSModel | inline |
KernelType() | FastMKSModel | inline |
KernelTypes enum name | FastMKSModel | |
LINEAR_KERNEL enum value | FastMKSModel | |
Naive() const | FastMKSModel | |
Naive() | FastMKSModel | |
POLYNOMIAL_KERNEL enum value | FastMKSModel | |
Search(const arma::mat &querySet, const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels, const double base) | FastMKSModel | |
Search(const size_t k, arma::Mat< size_t > &indices, arma::mat &kernels) | FastMKSModel | |
Serialize(Archive &ar, const unsigned int) | FastMKSModel | |
SingleMode() const | FastMKSModel | |
SingleMode() | FastMKSModel | |
TRIANGULAR_KERNEL enum value | FastMKSModel | |
~FastMKSModel() | FastMKSModel |