mlpack  master
Public Member Functions | Static Public Member Functions | List of all members
mlpack::tree::CategoricalSplitInfo Class Reference

Public Member Functions

 CategoricalSplitInfo (const size_t)
 
template<typename Archive >
void Serialize (Archive &, const unsigned int)
 Serialize the object. (Nothing needs to be saved.) More...
 

Static Public Member Functions

template<typename eT >
static size_t CalculateDirection (const eT &value)
 

Detailed Description

Definition at line 20 of file categorical_split_info.hpp.

Constructor & Destructor Documentation

mlpack::tree::CategoricalSplitInfo::CategoricalSplitInfo ( const size_t  )
inline

Definition at line 23 of file categorical_split_info.hpp.

Member Function Documentation

template<typename eT >
static size_t mlpack::tree::CategoricalSplitInfo::CalculateDirection ( const eT &  value)
inlinestatic

Definition at line 26 of file categorical_split_info.hpp.

template<typename Archive >
void mlpack::tree::CategoricalSplitInfo::Serialize ( Archive &  ,
const unsigned  int 
)
inline

Serialize the object. (Nothing needs to be saved.)

Definition at line 35 of file categorical_split_info.hpp.


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