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>
94 void Centroid(arma::vec& centroid)
const;
101 template<
typename VecType>
117 template<
typename VecType>
142 template<
typename VecType>
154 template<
typename MatType>
165 template<
typename VecType>
166 bool Contains(
const VecType& point)
const;
197 #include "hrectbound_impl.hpp"
199 #endif // __MLPACK_CORE_TREE_HRECTBOUND_HPP