Go to the documentation of this file.
24 #ifndef __MLPACK_CORE_TREE_HRECTBOUND_HPP
25 #define __MLPACK_CORE_TREE_HRECTBOUND_HPP
43 template<
int Power = 2,
bool TakeRoot = true>
88 void Centroid(arma::vec& centroid)
const;
95 template<
typename VecType>
110 template<
typename VecType>
134 template<
typename VecType>
144 template<
typename MatType>
155 template<
typename VecType>
156 bool Contains(
const VecType& point)
const;
185 #include "hrectbound_impl.hpp"
187 #endif // __MLPACK_CORE_TREE_HRECTBOUND_HPP