shark::CARTree< LabelType >::Node Struct Reference

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

Public Member Functions

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

Public Attributes

std::size_t attributeIndex
 
double attributeValue
 
std::size_t leftId
 
std::size_t rightIdOrIndex
 

Detailed Description

template<class LabelType>
struct shark::CARTree< LabelType >::Node

Definition at line 58 of file CARTree.h.

Member Function Documentation

◆ serialize()

template<class LabelType>
template<class Archive >
void shark::CARTree< LabelType >::Node::serialize ( Archive &  ar,
const unsigned int  version 
)
inline

Member Data Documentation

◆ attributeIndex

template<class LabelType>
std::size_t shark::CARTree< LabelType >::Node::attributeIndex

◆ attributeValue

template<class LabelType>
double shark::CARTree< LabelType >::Node::attributeValue

◆ leftId

template<class LabelType>
std::size_t shark::CARTree< LabelType >::Node::leftId

◆ rightIdOrIndex

template<class LabelType>
std::size_t shark::CARTree< LabelType >::Node::rightIdOrIndex

Definition at line 62 of file CARTree.h.

Referenced by shark::CARTree< LabelType >::Node::serialize().


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