BinaryNumericSplitInfo< ObservationType > Class Template Reference

Public Member Functions

 BinaryNumericSplitInfo ()
 
 BinaryNumericSplitInfo (const ObservationType &splitPoint)
 
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::BinaryNumericSplitInfo< ObservationType >

Definition at line 22 of file binary_numeric_split_info.hpp.

Constructor & Destructor Documentation

◆ BinaryNumericSplitInfo() [1/2]

Definition at line 25 of file binary_numeric_split_info.hpp.

◆ BinaryNumericSplitInfo() [2/2]

BinaryNumericSplitInfo ( const ObservationType &  splitPoint)
inline

Definition at line 26 of file binary_numeric_split_info.hpp.

Member Function Documentation

◆ CalculateDirection()

size_t CalculateDirection ( const eT &  value) const
inline

Definition at line 30 of file binary_numeric_split_info.hpp.

◆ serialize()

void serialize ( Archive &  ar,
const uint32_t   
)
inline

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

Definition at line 37 of file binary_numeric_split_info.hpp.


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