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

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

Public Attributes

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

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.

Definition at line 34 of file midpoint_split.hpp.

Member Data Documentation

template<typename BoundType , typename MatType = arma::mat>
size_t mlpack::tree::MidpointSplit< BoundType, MatType >::SplitInfo::splitDimension

The dimension to split the node on.

Definition at line 37 of file midpoint_split.hpp.

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

template<typename BoundType , typename MatType = arma::mat>
double mlpack::tree::MidpointSplit< BoundType, MatType >::SplitInfo::splitVal

The split in dimension splitDimension is based on this value.

Definition at line 39 of file midpoint_split.hpp.

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


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