philsupertramp/game-math
Loading...
Searching...
No Matches
Public Attributes | List of all members
DataSplit Struct Reference

#include <DecisionTree.h>

Public Attributes

int feature
 
double threshold
 
double information_gain
 
Matrix< double > left_split
 
Matrix< double > right_split
 

Member Data Documentation

◆ feature

int DataSplit::feature

◆ information_gain

double DataSplit::information_gain

◆ left_split

Matrix<double> DataSplit::left_split

◆ right_split

Matrix<double> DataSplit::right_split

◆ threshold

double DataSplit::threshold

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