An information about the partition. More...
Public Attributes | |
arma::Col< ElemType > | direction |
The normal vector to the hyperplane that splits the node. More... | |
ElemType | splitVal |
The value according to which the node is being split. More... | |
An information about the partition.
Definition at line 38 of file rp_tree_max_split.hpp.
arma::Col<ElemType> direction |
The normal vector to the hyperplane that splits the node.
Definition at line 41 of file rp_tree_max_split.hpp.
Referenced by RPTreeMaxSplit< BoundType, MatType >::AssignToLeftNode().
ElemType splitVal |
The value according to which the node is being split.
Definition at line 43 of file rp_tree_max_split.hpp.
Referenced by RPTreeMaxSplit< BoundType, MatType >::AssignToLeftNode().