Static Public Member Functions | |
template < typename HyperplaneType > | |
| static bool | SplitSpace (const typename HyperplaneType::BoundType &bound, const MatType &data, const arma::Col< size_t > &points, HyperplaneType &hyp) |
| Create a splitting hyperplane considering the mean of the values in a certain projection. More... | |
Definition at line 23 of file mean_space_split.hpp.
|
static |
Create a splitting hyperplane considering the mean of the values in a certain projection.
| bound | The bound used for this node. |
| data | The dataset used by the tree. |
| points | Vector of indexes of points to be considered. |
| hyp | Resulting splitting hyperplane. |