UBTreeSplit< BoundType, MatType > Class Template Reference

Split a node into two parts according to the median address of points contained in the node. More...

Detailed Description


template
<
typename
BoundType
,
typename
MatType
=
arma::mat
>

class mlpack::tree::UBTreeSplit< BoundType, MatType >

Split a node into two parts according to the median address of points contained in the node.

The class reorders the dataset such that points with lower addresses belong to the left subtree and points with high addresses belong to the right subtree.

Definition at line 29 of file ub_tree_split.hpp.


The documentation for this class was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/core/tree/binary_space_tree/ub_tree_split.hpp