mlpack  master
Public Attributes | List of all members
mlpack::tree::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

template<typename BoundType , typename MatType = arma::mat>
arma::Col<ElemType> mlpack::tree::RPTreeMaxSplit< BoundType, MatType >::SplitInfo::direction

The normal vector to the hyperplane that splits the node.

Definition at line 41 of file rp_tree_max_split.hpp.

Referenced by mlpack::tree::RPTreeMaxSplit< BoundType, MatType >::AssignToLeftNode().

template<typename BoundType , typename MatType = arma::mat>
ElemType mlpack::tree::RPTreeMaxSplit< BoundType, MatType >::SplitInfo::splitVal

The value according to which the node is being split.

Definition at line 43 of file rp_tree_max_split.hpp.

Referenced by mlpack::tree::RPTreeMaxSplit< BoundType, MatType >::AssignToLeftNode().


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