mlpack
Public Attributes | List of all members
mlpack::tree::RPTreeMaxSplit< BoundType, MatType >::SplitInfo Struct Reference

An information about the partition. More...

#include <rp_tree_max_split.hpp>

Public Attributes

arma::Col< ElemTypedirection
 The normal vector to the hyperplane that splits the node.
 
ElemType splitVal
 The value according to which the node is being split.
 

Detailed Description

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

An information about the partition.


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