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
EmptyStatistic(TreeType &)
This constructor is called when a node is finished being created.
void Serialize(Archive &, const unsigned int)
Serialize the statistic (there's nothing to be saved).
Empty statistic if you are not interested in storing statistics in your tree.