|
CNum 0.2.1
CPU-optimized ML library for C++
|
A data partition for the set of samples a tree node has to work with during the tree building process. More...
#include <TreeDefs.h>
Public Attributes | |
| arena_view_t * | global_idx_array |
| size_t | start |
| size_t | end |
A data partition for the set of samples a tree node has to work with during the tree building process.
| size_t CNum::Model::Tree::DataPartition::end |
| arena_view_t* CNum::Model::Tree::DataPartition::global_idx_array |
| size_t CNum::Model::Tree::DataPartition::start |