| 380 | } |
| 381 | |
| 382 | void ShuffleModels(int start_iter, int end_iter) { |
| 383 | std::lock_guard<std::mutex> lock(mutex_); |
| 384 | boosting_->ShuffleModels(start_iter, end_iter); |
| 385 | } |
| 386 | |
| 387 | int GetEvalCounts() const { |
| 388 | int ret = 0; |
no outgoing calls
no test coverage detected