Public Attributes
C45Tree::tree_node Struct Reference

#include <C45Tree.hh>

List of all members.

Public Attributes

int dim
int id
tree_nodel
bool leaf
int nInstances
std::map< float, int > outputs
tree_noder
bool type
float val

Detailed Description

Tree node struct. For decision nodes, it contains split information and pointers to child nodes. For leaf nodes, it contains all outputs that went into this leaf during trainiing.

Definition at line 59 of file C45Tree.hh.


Member Data Documentation

Definition at line 63 of file C45Tree.hh.

Definition at line 60 of file C45Tree.hh.

Definition at line 72 of file C45Tree.hh.

Definition at line 75 of file C45Tree.hh.

Definition at line 69 of file C45Tree.hh.

std::map<float,int> C45Tree::tree_node::outputs

Definition at line 68 of file C45Tree.hh.

Definition at line 73 of file C45Tree.hh.

Definition at line 65 of file C45Tree.hh.

Definition at line 64 of file C45Tree.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