mlpack  2.0.1
bound_traits.hpp
Go to the documentation of this file.
1 
14 #ifndef __MLPACK_CORE_TREE_BOUND_TRAITS_HPP
15 #define __MLPACK_CORE_TREE_BOUND_TRAITS_HPP
16 
17 namespace mlpack {
18 namespace bound {
19 
27 template<typename BoundType>
29 {
33  static const bool HasTightBounds = false;
34 };
35 
36 } // namespace bound
37 } // namespace mlpack
38 
39 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
A class to obtain compile-time traits about BoundType classes.
static const bool HasTightBounds
If true, then the bounds for each dimension are tight.