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

Method RollbackOneIter

src/c_api.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252 void RollbackOneIter() {
253 std::lock_guard<std::mutex> lock(mutex_);
254 boosting_->RollbackOneIter();
255 }
256
257 void PredictSingleRow(int num_iteration, int predict_type, int ncol,
258 std::function<std::vector<std::pair<int, double>>(int row_idx)> get_row_fun,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected