treelite
|
Public Member Functions | |
MainNode (tl_float global_bias, bool average_result, int num_tree, int num_feature) | |
void | Dump (int indent) override |
Public Attributes | |
tl_float | global_bias |
bool | average_result |
int | num_tree |
int | num_feature |
![]() | |
ASTNode * | parent |
std::vector< ASTNode * > | children |
int | node_id |
int | tree_id |
int | num_descendant |