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>>
37 static const bool value =
true;
Definition: is_spill_tree.hpp:21
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
A hybrid spill tree is a variant of binary space trees in which the children of a node can "spill ove...
Definition: spill_tree.hpp:73
Definition of generalized hybrid spill tree (SpillTree).