| 380 | } |
| 381 | |
| 382 | LGBM_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 | |
| 390 | LGBM_SE LGBM_BoosterUpdateOneIterCustom_R(LGBM_SE handle, |
| 391 | LGBM_SE grad, |
nothing calls this directly
no test coverage detected