mlpack
|
This is the class that we will serialize. More...
Public Member Functions | |
template<typename Archive > | |
void | serialize (Archive &ar, const uint32_t) |
Public Attributes | |
DecisionTree | tree |
DatasetInfo | info |
This is the class that we will serialize.
It is a pretty simple wrapper around DecisionTree<>.