|
mlpack
master
|
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 unsigned int) |
| Serialize the split (save/load the split points). More... | |
Private Attributes | |
| ObservationType | splitPoint |
Definition at line 22 of file binary_numeric_split_info.hpp.
|
inline |
Definition at line 25 of file binary_numeric_split_info.hpp.
|
inline |
Definition at line 26 of file binary_numeric_split_info.hpp.
|
inline |
Definition at line 30 of file binary_numeric_split_info.hpp.
References mlpack::tree::BinaryNumericSplitInfo< ObservationType >::splitPoint.
|
inline |
Serialize the split (save/load the split points).
Definition at line 37 of file binary_numeric_split_info.hpp.
References mlpack::data::CreateNVP(), and mlpack::tree::BinaryNumericSplitInfo< ObservationType >::splitPoint.
|
private |
Definition at line 43 of file binary_numeric_split_info.hpp.
Referenced by mlpack::tree::BinaryNumericSplitInfo< ObservationType >::CalculateDirection(), and mlpack::tree::BinaryNumericSplitInfo< ObservationType >::Serialize().
1.8.11