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

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

Collaboration diagram for DecisionTreeModel:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

DecisionTree tree
 
DatasetInfo info
 

Detailed Description

This is the class that we will serialize.

It is a pretty simple wrapper around DecisionTree<>.


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