| 336 | } |
| 337 | |
| 338 | void GetPredictAt(int data_idx, double* out_result, int64_t* out_len) { |
| 339 | boosting_->GetPredictAt(data_idx, out_result, out_len); |
| 340 | } |
| 341 | |
| 342 | void SaveModelToFile(int start_iteration, int num_iteration, const char* filename) { |
| 343 | boosting_->SaveModelToFile(start_iteration, num_iteration, filename); |
no outgoing calls
no test coverage detected