12 #ifndef MLPACK_CORE_TREE_BINARY_SPACE_TREE_TRAITS_HPP
13 #define MLPACK_CORE_TREE_BINARY_SPACE_TREE_TRAITS_HPP
27 template<
typename MetricType,
28 typename StatisticType,
30 template<
typename BoundMetricType,
typename...>
class BoundType,
31 template<
typename SplitBoundType,
typename SplitMatType>
81 template<
typename MetricType,
82 typename StatisticType,
84 template<
typename BoundMetricType,
typename...>
class BoundType>
131 template<
typename MetricType,
132 typename StatisticType,
134 template<
typename BoundMetricType,
typename...>
class BoundType>
182 template<
typename MetricType,
183 typename StatisticType,
185 template<
typename SplitBoundType,
typename SplitMatType>
188 bound::BallBound, SplitType>>
206 template<
typename MetricType,
207 typename StatisticType,
209 template<
typename SplitBoundType,
typename SplitMatType>
212 bound::HollowBallBound, SplitType>>
230 template<
typename MetricType,
231 typename StatisticType,
233 template<
typename SplitBoundType,
typename SplitMatType>
236 bound::CellBound, SplitType>>