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