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

A struct that contains an information about the split. More...

#include <midpoint_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::MidpointSplit< BoundType, MatType >::SplitInfo

A struct that contains an information about the split.


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