Public Attributes
M5Tree::tree_node Struct Reference

#include <M5Tree.hh>

List of all members.

Public Attributes

std::vector< float > coefficients
float constant
int dim
int id
tree_nodel
bool leaf
int nInstances
tree_noder
float val

Detailed Description

Tree node struct. For decision nodes, it contains split information and pointers to child nodes. For leaf nodes, the regression coefficients.

Definition at line 59 of file M5Tree.hh.


Member Data Documentation

std::vector<float> M5Tree::tree_node::coefficients

Definition at line 76 of file M5Tree.hh.

Definition at line 75 of file M5Tree.hh.

Definition at line 63 of file M5Tree.hh.

Definition at line 60 of file M5Tree.hh.

Definition at line 68 of file M5Tree.hh.

Definition at line 65 of file M5Tree.hh.

Definition at line 72 of file M5Tree.hh.

Definition at line 69 of file M5Tree.hh.

Definition at line 64 of file M5Tree.hh.


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


rl_agent
Author(s): Todd Hester
autogenerated on Thu Jun 6 2019 22:00:14