mlpack 3.4.2
Public Member Functions | Static Public Member Functions | List of all members
CategoricalSplitInfo Class Reference

#include <categorical_split_info.hpp>

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

◆ CategoricalSplitInfo()

CategoricalSplitInfo ( const  size_t)
inline

Definition at line 23 of file categorical_split_info.hpp.

Member Function Documentation

◆ CalculateDirection()

static size_t CalculateDirection ( const eT &  value)
inlinestatic

Definition at line 26 of file categorical_split_info.hpp.

◆ serialize()

void 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: