Treelite
|
Functions | |
int | TreeliteGTILGetPredictOutputSize (ModelHandle handle, size_t num_row, size_t *out) |
int | TreeliteGTILPredict (ModelHandle handle, const float *input, size_t num_row, float *output, int pred_transform, size_t *out_result_size) |
General Tree Inference Library (GTIL), providing a reference implementation for predicting with decision trees. GTIL is useful in cases it is infeasible to build the tree models as native shared libs.