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

Function LGBM_BoosterUpdateOneIter_R

src/lightgbm_R.cpp:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382LGBM_SE LGBM_BoosterUpdateOneIter_R(LGBM_SE handle,
383 LGBM_SE call_state) {
384 int is_finished = 0;
385 R_API_BEGIN();
386 CHECK_CALL(LGBM_BoosterUpdateOneIter(R_GET_PTR(handle), &is_finished));
387 R_API_END();
388}
389
390LGBM_SE LGBM_BoosterUpdateOneIterCustom_R(LGBM_SE handle,
391 LGBM_SE grad,

Callers

nothing calls this directly

Calls 2

R_GET_PTRFunction · 0.50

Tested by

no test coverage detected