| 223 | } |
| 224 | |
| 225 | bool TrainOneIter() { |
| 226 | std::lock_guard<std::mutex> lock(mutex_); |
| 227 | return boosting_->TrainOneIter(nullptr, nullptr); |
| 228 | } |
| 229 | |
| 230 | void Refit(const int32_t* leaf_preds, int32_t nrow, int32_t ncol) { |
| 231 | std::lock_guard<std::mutex> lock(mutex_); |
no outgoing calls
no test coverage detected