14 #ifndef MLPACK_CORE_TREE_STATISTIC_HPP 15 #define MLPACK_CORE_TREE_STATISTIC_HPP 37 template<
typename TreeType>
43 template<
typename Archive>
51 #endif // MLPACK_CORE_TREE_STATISTIC_HPP Linear algebra utility functions, generally performed on matrices or vectors.
EmptyStatistic(TreeType &)
This constructor is called when a node is finished being created.
void serialize(Archive &, const uint32_t)
Serialize the statistic (there's nothing to be saved).
Empty statistic if you are not interested in storing statistics in your tree.