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

Holds data associated with the decision making process in a TreeBoosterNode. More...

#include <TreeDefs.h>

Public Attributes

int feature
double threshold
double best_gain
int bin
SplitValuePair values

Detailed Description

Holds data associated with the decision making process in a TreeBoosterNode.

Member Data Documentation

◆ best_gain

double CNum::Model::Tree::Split::best_gain

◆ bin

int CNum::Model::Tree::Split::bin

◆ feature

int CNum::Model::Tree::Split::feature

◆ threshold

double CNum::Model::Tree::Split::threshold

◆ values

SplitValuePair CNum::Model::Tree::Split::values

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