| 340 | } |
| 341 | |
| 342 | void SaveModelToFile(int start_iteration, int num_iteration, const char* filename) { |
| 343 | boosting_->SaveModelToFile(start_iteration, num_iteration, filename); |
| 344 | } |
| 345 | |
| 346 | void SaveModelToFile(int start_iteration, int num_iteration, |
| 347 | int num_labels, |
no outgoing calls
no test coverage detected