shark::CARTClassifier< LabelType >::SplitInfo Struct Reference

#include <shark/Models/Trees/CARTClassifier.h>

Public Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Public Attributes

std::size_t nodeId
 
std::size_t attributeIndex
 
double attributeValue
 
std::size_t leftNodeId
 
std::size_t rightNodeId
 
LabelType label
 
double misclassProp
 
std::size_t r
 
double g
 

Detailed Description

template<class LabelType>
struct shark::CARTClassifier< LabelType >::SplitInfo

Definition at line 66 of file CARTClassifier.h.

Member Function Documentation

Member Data Documentation

template<class LabelType>
std::size_t shark::CARTClassifier< LabelType >::SplitInfo::attributeIndex
template<class LabelType>
double shark::CARTClassifier< LabelType >::SplitInfo::attributeValue
template<class LabelType>
double shark::CARTClassifier< LabelType >::SplitInfo::g
template<class LabelType>
LabelType shark::CARTClassifier< LabelType >::SplitInfo::label
template<class LabelType>
double shark::CARTClassifier< LabelType >::SplitInfo::misclassProp
template<class LabelType>
std::size_t shark::CARTClassifier< LabelType >::SplitInfo::nodeId
template<class LabelType>
std::size_t shark::CARTClassifier< LabelType >::SplitInfo::r
template<class LabelType>
std::size_t shark::CARTClassifier< LabelType >::SplitInfo::rightNodeId

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