MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / TrainOneIter

Method TrainOneIter

src/c_api.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected