CNum 0.2.1
CPU-optimized ML library for C++
Loading...
Searching...
No Matches
CNum::Model::Tree::DataPartition Struct Reference

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_tglobal_idx_array
size_t start
size_t end

Detailed Description

A data partition for the set of samples a tree node has to work with during the tree building process.

Member Data Documentation

◆ end

size_t CNum::Model::Tree::DataPartition::end

◆ global_idx_array

arena_view_t* CNum::Model::Tree::DataPartition::global_idx_array

◆ start

size_t CNum::Model::Tree::DataPartition::start

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