A struct that contains an information about the split. More...
Public Attributes | |
size_t | splitDimension |
The dimension to split the node on. More... | |
double | splitVal |
The split in dimension splitDimension is based on this value. More... | |
A struct that contains an information about the split.
Definition at line 34 of file midpoint_split.hpp.
size_t splitDimension |
The dimension to split the node on.
Definition at line 37 of file midpoint_split.hpp.
Referenced by MidpointSplit< BoundType, MatType >::AssignToLeftNode().
double splitVal |
The split in dimension splitDimension is based on this value.
Definition at line 39 of file midpoint_split.hpp.
Referenced by MidpointSplit< BoundType, MatType >::AssignToLeftNode().