16 #ifndef __MLPACK_CORE_TREE_STATISTIC_HPP
17 #define __MLPACK_CORE_TREE_STATISTIC_HPP
39 template<
typename TreeType>
45 template<
typename Archive>
53 #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 unsigned int)
Serialize the statistic (there's nothing to be saved).
Empty statistic if you are not interested in storing statistics in your tree.