This is the complete list of members for RSModel, including all inherited members.
| BALL_TREE enum value | RSModel | |
| BuildModel(util::Timers &timers, arma::mat &&referenceSet, const size_t leafSize, const bool naive, const bool singleMode) | RSModel | |
| COVER_TREE enum value | RSModel | |
| Dataset() const | RSModel | inline |
| HILBERT_R_TREE enum value | RSModel | |
| InitializeModel(const bool naive, const bool singleMode) | RSModel | |
| KD_TREE enum value | RSModel | |
| LeafSize() const | RSModel | inline |
| LeafSize() | RSModel | inline |
| MAX_RP_TREE enum value | RSModel | |
| Naive() const | RSModel | inline |
| Naive() | RSModel | inline |
| OCTREE enum value | RSModel | |
| operator=(const RSModel &other) | RSModel | |
| operator=(RSModel &&other) | RSModel | |
| R_PLUS_PLUS_TREE enum value | RSModel | |
| R_PLUS_TREE enum value | RSModel | |
| R_STAR_TREE enum value | RSModel | |
| R_TREE enum value | RSModel | |
| RandomBasis() const | RSModel | inline |
| RandomBasis() | RSModel | inline |
| RP_TREE enum value | RSModel | |
| RSModel(const TreeTypes treeType=TreeTypes::KD_TREE, const bool randomBasis=false) | RSModel | |
| RSModel(const RSModel &other) | RSModel | |
| RSModel(RSModel &&other) | RSModel | |
| Search(util::Timers &timers, arma::mat &&querySet, const math::Range &range, std::vector< std::vector< size_t >> &neighbors, std::vector< std::vector< double >> &distances) | RSModel | |
| Search(util::Timers &timers, const math::Range &range, std::vector< std::vector< size_t >> &neighbors, std::vector< std::vector< double >> &distances) | RSModel | |
| serialize(Archive &ar, const uint32_t) | RSModel | |
| SingleMode() const | RSModel | inline |
| SingleMode() | RSModel | inline |
| TreeType() const | RSModel | inline |
| TreeType() | RSModel | inline |
| TreeTypes enum name | RSModel | |
| UB_TREE enum value | RSModel | |
| VP_TREE enum value | RSModel | |
| X_TREE enum value | RSModel | |
| ~RSModel() | RSModel |