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

An information about the partition. More...

#include <rp_tree_mean_split.hpp>

Public Attributes

arma::Col< ElemTypedirection
 The normal to the hyperplane that will split the node.
 
arma::Col< ElemTypemean
 The mean of some sampled points.
 
ElemType splitVal
 The value according to which the split will be performed.
 
bool meanSplit
 Indicates that we should use the mean split algorithm instead of the median split. More...
 

Detailed Description

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

An information about the partition.

Member Data Documentation

◆ meanSplit

template<typename BoundType , typename MatType = arma::mat>
bool mlpack::tree::RPTreeMeanSplit< BoundType, MatType >::SplitInfo::meanSplit

Indicates that we should use the mean split algorithm instead of the median split.


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