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

An information about the partition. More...

#include <mean_split.hpp>

Public Attributes

size_t splitDimension
 The dimension to split the node on.
 
double splitVal
 The split in dimension splitDimension is based on this value.
 

Detailed Description

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

An information about the partition.


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