Medial Code Documentation
|
data structure to store an instance set, a subset of rows (instances) associated with a particular node in a decision tree. More...
#include <row_set.h>
Public Member Functions | |
Elem (const size_t *begin, const size_t *end, bst_node_t node_id=-1) | |
size_t | Size () const |
Data Fields | |
const size_t * | begin {nullptr} |
const size_t * | end {nullptr} |
bst_node_t | node_id {-1} |
data structure to store an instance set, a subset of rows (instances) associated with a particular node in a decision tree.