Go to the documentation of this file.
23 #ifndef __MLPACK_CORE_TREE_BALLBOUND_HPP
24 #define __MLPACK_CORE_TREE_BALLBOUND_HPP
40 template<
typename VecType = arma::vec,
122 bool Contains(
const VecType& point)
const;
134 template<
typename OtherVecType>
147 template<
typename OtherVecType>
160 template<
typename OtherVecType>
162 const OtherVecType& other,
185 template<
typename MatType>
208 #include "ballbound_impl.hpp"
210 #endif // __MLPACK_CORE_TREE_DBALLBOUND_HPP