treelite
|
Public Member Functions | |
OutputNode (tl_float scalar) | |
OutputNode (const std::vector< tl_float > &vector) | |
void | Dump (int indent) override |
Public Attributes | |
bool | is_vector |
tl_float | scalar |
std::vector< tl_float > | vector |
![]() | |
ASTNode * | parent |
std::vector< ASTNode * > | children |
int | node_id |
int | tree_id |
int | num_descendant |