Alpha() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
Alpha() | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
FirstLeafExact() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
FirstLeafExact() | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
Naive() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
Naive() | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
RASearch(MatType referenceSet, const bool naive=false, const bool singleMode=false, const double tau=5, const double alpha=0.95, const bool sampleAtLeaves=false, const bool firstLeafExact=false, const size_t singleSampleLimit=20, const MetricType metric=MetricType()) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
RASearch(Tree *referenceTree, const bool singleMode=false, const double tau=5, const double alpha=0.95, const bool sampleAtLeaves=false, const bool firstLeafExact=false, const size_t singleSampleLimit=20, const MetricType metric=MetricType()) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
RASearch(const bool naive=false, const bool singleMode=false, const double tau=5, const double alpha=0.95, const bool sampleAtLeaves=false, const bool firstLeafExact=false, const size_t singleSampleLimit=20, const MetricType metric=MetricType()) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
ReferenceSet() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
ResetQueryTree(Tree *queryTree) const | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
SampleAtLeaves() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
SampleAtLeaves() | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
Search(const MatType &querySet, const size_t k, arma::Mat< size_t > &neighbors, arma::mat &distances) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
Search(Tree *queryTree, const size_t k, arma::Mat< size_t > &neighbors, arma::mat &distances) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
Search(const size_t k, arma::Mat< size_t > &neighbors, arma::mat &distances) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
serialize(Archive &ar, const uint32_t) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
SingleMode() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
SingleMode() | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
SingleSampleLimit() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
SingleSampleLimit() | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
Tau() const | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
Tau() | RASearch< SortPolicy, MetricType, MatType, TreeType > | inline |
Train(MatType referenceSet) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
Train(Tree *referenceTree) | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
Tree typedef | RASearch< SortPolicy, MetricType, MatType, TreeType > | |
~RASearch() | RASearch< SortPolicy, MetricType, MatType, TreeType > | |