mlpack
Public Member Functions | Public Attributes | List of all members
RandomForestModel Class Reference

This is the class that we will serialize. More...

Collaboration diagram for RandomForestModel:
Collaboration graph
[legend]

Public Member Functions

template<typename Archive >
void serialize (Archive &ar, const uint32_t)
 

Public Attributes

RandomForest rf
 

Detailed Description

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.


The documentation for this class was generated from the following file: