NumericSplitInfo< ObservationType > Class Template Reference

Public Member Functions

 NumericSplitInfo ()
 
 NumericSplitInfo (const arma::Col< ObservationType > &splitPoints)
 
template
<
typename
eT
>
size_t CalculateDirection (const eT &value) const
 
template
<
typename
Archive
>
void serialize (Archive &ar, const uint32_t)
 Serialize the split (save/load the split points). More...

 

Detailed Description


template
<
typename
ObservationType
=
double
>

class mlpack::tree::NumericSplitInfo< ObservationType >

Definition at line 21 of file numeric_split_info.hpp.

Constructor & Destructor Documentation

◆ NumericSplitInfo() [1/2]

NumericSplitInfo ( )
inline

Definition at line 24 of file numeric_split_info.hpp.

◆ NumericSplitInfo() [2/2]

NumericSplitInfo ( const arma::Col< ObservationType > &  splitPoints)
inline

Definition at line 25 of file numeric_split_info.hpp.

Member Function Documentation

◆ CalculateDirection()

size_t CalculateDirection ( const eT &  value) const
inline

Definition at line 29 of file numeric_split_info.hpp.

◆ serialize()

void serialize ( Archive &  ar,
const uint32_t   
)
inline

Serialize the split (save/load the split points).

Definition at line 41 of file numeric_split_info.hpp.


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