16 #ifndef __MLPACK_CORE_TREE_STATISTIC_HPP
17 #define __MLPACK_CORE_TREE_STATISTIC_HPP
39 template<
typename TreeType>
48 std::stringstream convert;
49 convert <<
"EmptyStatistic [" <<
this <<
"]" << std::endl;
57 #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.
std::string ToString() const
Returns a string representation of this object.
Empty statistic if you are not interested in storing statistics in your tree.