mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RASearch< SortPolicy, MetricType, MatType, TreeType > Member List

This is the complete list of members for RASearch< SortPolicy, MetricType, MatType, TreeType >, including all inherited members.

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(const 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(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 unsigned int)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(const MatType &referenceSet)RASearch< SortPolicy, MetricType, MatType, TreeType >
Train(MatType &&referenceSet)RASearch< SortPolicy, MetricType, MatType, TreeType >
Tree typedefRASearch< SortPolicy, MetricType, MatType, TreeType >
~RASearch()RASearch< SortPolicy, MetricType, MatType, TreeType >