RPTreeMaxSplit< BoundType, MatType >::SplitInfo Struct Reference

An information about the partition. More...

Public Attributes

arma::Col< ElemTypedirection
 The normal vector to the hyperplane that splits the node. More...

 
ElemType splitVal
 The value according to which the node is being split. More...

 

Detailed Description


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

struct mlpack::tree::RPTreeMaxSplit< BoundType, MatType >::SplitInfo

An information about the partition.

Definition at line 38 of file rp_tree_max_split.hpp.

Member Data Documentation

◆ direction

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().

◆ splitVal

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().


The documentation for this struct was generated from the following file: