11 #ifndef MLPACK_CORE_TREE_SPILL_TREE_IS_SPILL_TREE_HPP
12 #define MLPACK_CORE_TREE_SPILL_TREE_IS_SPILL_TREE_HPP
20 template<
typename TreeType>
23 static const bool value =
false;
27 template<
typename MetricType,
28 typename StatisticType,
30 template<
typename HyperplaneMetricType>
32 template<
typename SplitMetricType,
typename SplitMatType>
35 HyperplaneType, SplitType>>
A hybrid spill tree is a variant of binary space trees in which the children of a node can "spill ove...