mlpack
1.0.12
|
Empty statistic if you are not interested in storing statistics in your tree. More...
Public Member Functions | |
EmptyStatistic () | |
template<typename TreeType > | |
EmptyStatistic (TreeType &) | |
This constructor is called when a node is finished being created. More... | |
~EmptyStatistic () | |
std::string | ToString () const |
Returns a string representation of this object. More... | |
Empty statistic if you are not interested in storing statistics in your tree.
Use this as a template for your own.
Definition at line 26 of file statistic.hpp.
|
inline |
Definition at line 29 of file statistic.hpp.
|
inline |
Definition at line 30 of file statistic.hpp.
|
inline |
This constructor is called when a node is finished being created.
The node is finished, and its children are finished, but it is not necessarily true that the statistics of other nodes are initialized yet.
node | Node which this corresponds to. |
Definition at line 40 of file statistic.hpp.
|
inline |
Returns a string representation of this object.
Definition at line 46 of file statistic.hpp.