15 #ifndef __MLPACK_CORE_TREE_RECTANGLE_TREE_R_STAR_TREE_DESCENT_HEURISTIC_HPP 16 #define __MLPACK_CORE_TREE_RECTANGLE_TREE_R_STAR_TREE_DESCENT_HEURISTIC_HPP 41 template<
typename TreeType>
44 template<
typename TreeType>
46 const TreeType* insertedNode);
53 #include "r_star_tree_descent_heuristic_impl.hpp" Linear algebra utility functions, generally performed on matrices or vectors.
Include all of the base components required to write MLPACK methods, and the main MLPACK Doxygen docu...
When descending a Rectangle tree to insert a point, we need to have a way to choose a child node when...
static size_t ChooseDescentNode(const TreeType *node, const arma::vec &point)
Evaluate the node using a hueristic.