MeanSplit< BoundType, MatType >::SplitInfo Struct Reference

An information about the partition. 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::MeanSplit< BoundType, MatType >::SplitInfo

An information about the partition.

Definition at line 33 of file mean_split.hpp.

Member Data Documentation

◆ splitDimension

size_t splitDimension

The dimension to split the node on.

Definition at line 36 of file mean_split.hpp.

Referenced by MeanSplit< BoundType, MatType >::AssignToLeftNode().

◆ splitVal

double splitVal

The split in dimension splitDimension is based on this value.

Definition at line 38 of file mean_split.hpp.

Referenced by MeanSplit< BoundType, MatType >::AssignToLeftNode().


The documentation for this struct was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/core/tree/binary_space_tree/mean_split.hpp