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 | |
RandomForest | rf |
This is the class that we will serialize.
It is a pretty simple wrapper around DecisionTree<>. In order to support categoricals, it will need to also hold and serialize a DatasetInfo.