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... | |
Definition at line 21 of file numeric_split_info.hpp.
|
inline |
Definition at line 24 of file numeric_split_info.hpp.
|
inline |
Definition at line 25 of file numeric_split_info.hpp.
|
inline |
Definition at line 29 of file numeric_split_info.hpp.
|
inline |
Serialize the split (save/load the split points).
Definition at line 41 of file numeric_split_info.hpp.