#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 |
|
inline |
< either id of right node or index to label array
Definition at line 65 of file CARTree.h.
References shark::CARTree< LabelType >::Node::attributeIndex, shark::CARTree< LabelType >::Node::attributeValue, shark::CARTree< LabelType >::Node::leftId, and shark::CARTree< LabelType >::Node::rightIdOrIndex.
std::size_t shark::CARTree< LabelType >::Node::attributeIndex |
Definition at line 59 of file CARTree.h.
Referenced by shark::CARTree< unsigned int >::reorderBFS(), shark::CARTree< LabelType >::Node::serialize(), and shark::CARTree< unsigned int >::transformInternalNode().
double shark::CARTree< LabelType >::Node::attributeValue |
Definition at line 60 of file CARTree.h.
Referenced by shark::CARTree< unsigned int >::reorderBFS(), shark::CARTree< LabelType >::Node::serialize(), and shark::CARTree< unsigned int >::transformInternalNode().
std::size_t shark::CARTree< LabelType >::Node::leftId |
Definition at line 61 of file CARTree.h.
Referenced by shark::CARTree< unsigned int >::reorderBFS(), and shark::CARTree< LabelType >::Node::serialize().
std::size_t shark::CARTree< LabelType >::Node::rightIdOrIndex |
Definition at line 62 of file CARTree.h.
Referenced by shark::CARTree< LabelType >::Node::serialize().