| 354 | } |
| 355 | |
| 356 | LGBM_SE LGBM_BoosterResetTrainingData_R(LGBM_SE handle, |
| 357 | LGBM_SE train_data, |
| 358 | LGBM_SE call_state) { |
| 359 | R_API_BEGIN(); |
| 360 | CHECK_CALL(LGBM_BoosterResetTrainingData(R_GET_PTR(handle), R_GET_PTR(train_data))); |
| 361 | R_API_END(); |
| 362 | } |
| 363 | |
| 364 | LGBM_SE LGBM_BoosterResetParameter_R(LGBM_SE handle, |
| 365 | LGBM_SE parameters, |
nothing calls this directly
no test coverage detected