#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 66 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 60 of file CARTree.h.
Referenced by shark::CARTree< LabelType >::Node::serialize(), and shark::CARTree< LabelType >::transformLeafNode().
| double shark::CARTree< LabelType >::Node::attributeValue | 
Definition at line 61 of file CARTree.h.
Referenced by shark::CARTree< LabelType >::Node::serialize().
| std::size_t shark::CARTree< LabelType >::Node::leftId | 
| std::size_t shark::CARTree< LabelType >::Node::rightIdOrIndex |