mlpack 3.4.2
|
This is the complete list of members for BiSearchVisitor< SortPolicy >, including all inherited members.
BiSearchVisitor(const arma::mat &querySet, const size_t k, arma::Mat< size_t > &neighbors, arma::mat &distances, const size_t leafSize, const double tau, const double rho) | BiSearchVisitor< SortPolicy > | |
BiSearchVisitor(const arma::mat &querySet, const size_t k, arma::Mat< size_t > &neighbors, arma::mat &distances, const size_t leafSize) | BiSearchVisitor< SortPolicy > | |
NSTypeT typedef | BiSearchVisitor< SortPolicy > | |
operator()(NSTypeT< TreeType > *ns) const | BiSearchVisitor< SortPolicy > | |
operator()(NSTypeT< tree::KDTree > *ns) const | BiSearchVisitor< SortPolicy > | |
operator()(NSTypeT< tree::BallTree > *ns) const | BiSearchVisitor< SortPolicy > | |
operator()(SpillKNN *ns) const | BiSearchVisitor< SortPolicy > | |
operator()(NSTypeT< tree::Octree > *ns) const | BiSearchVisitor< SortPolicy > | |
operator()(RATypeT< TreeType > *ra) const | BiSearchVisitor< SortPolicy > | |
operator()(RATypeT< tree::KDTree > *ra) const | BiSearchVisitor< SortPolicy > | |
operator()(RATypeT< tree::Octree > *ra) const | BiSearchVisitor< SortPolicy > | |
RATypeT typedef | BiSearchVisitor< SortPolicy > |