Treelite
|
Public Member Functions | |
ModelBuilderImpl (int num_feature, int num_output_group, bool random_forest_flag) | |
Public Attributes | |
std::vector< TreeBuilder > | trees |
int | num_feature |
int | num_output_group |
bool | random_forest_flag |
std::vector< std::pair< std::string, std::string > > | cfg |
Definition at line 76 of file builder.cc.