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

Function LGBM_BoosterRollbackOneIter_R

src/lightgbm_R.cpp:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408LGBM_SE LGBM_BoosterRollbackOneIter_R(LGBM_SE handle,
409 LGBM_SE call_state) {
410 R_API_BEGIN();
411 CHECK_CALL(LGBM_BoosterRollbackOneIter(R_GET_PTR(handle)));
412 R_API_END();
413}
414
415LGBM_SE LGBM_BoosterGetCurrentIteration_R(LGBM_SE handle,
416 LGBM_SE out,

Callers

nothing calls this directly

Calls 2

R_GET_PTRFunction · 0.50

Tested by

no test coverage detected