RAModel Member List

This is the complete list of members for RAModel, including all inherited members.

Alpha() constRAModelinline
Alpha()RAModelinline
BuildModel(util::Timers &timers, arma::mat &&referenceSet, const size_t leafSize, const bool naive, const bool singleMode)RAModel
COVER_TREE enum valueRAModel
Dataset() constRAModelinline
FirstLeafExact() constRAModelinline
FirstLeafExact()RAModelinline
HILBERT_R_TREE enum valueRAModel
InitializeModel(const bool naive, const bool singleMode)RAModel
KD_TREE enum valueRAModel
LeafSize() constRAModelinline
LeafSize()RAModelinline
Naive() constRAModelinline
Naive()RAModelinline
OCTREE enum valueRAModel
operator=(const RAModel &other)RAModel
operator=(RAModel &&other)RAModel
R_PLUS_PLUS_TREE enum valueRAModel
R_PLUS_TREE enum valueRAModel
R_STAR_TREE enum valueRAModel
R_TREE enum valueRAModel
RAModel(TreeTypes treeType=TreeTypes::KD_TREE, bool randomBasis=false)RAModel
RAModel(const RAModel &other)RAModel
RAModel(RAModel &&other)RAModel
RandomBasis() constRAModelinline
RandomBasis()RAModelinline
SampleAtLeaves() constRAModelinline
SampleAtLeaves()RAModelinline
Search(util::Timers &timers, arma::mat &&querySet, const size_t k, arma::Mat< size_t > &neighbors, arma::mat &distances)RAModel
Search(util::Timers &timers, const size_t k, arma::Mat< size_t > &neighbors, arma::mat &distances)RAModel
serialize(Archive &ar, const uint32_t)RAModel
SingleMode() constRAModelinline
SingleMode()RAModelinline
SingleSampleLimit() constRAModelinline
SingleSampleLimit()RAModelinline
Tau() constRAModelinline
Tau()RAModelinline
TreeName() constRAModel
TreeType() constRAModelinline
TreeType()RAModelinline
TreeTypes enum nameRAModel
UB_TREE enum valueRAModel
X_TREE enum valueRAModel
~RAModel()RAModel