| 346 | } |
| 347 | |
| 348 | LGBM_SE LGBM_BoosterAddValidData_R(LGBM_SE handle, |
| 349 | LGBM_SE valid_data, |
| 350 | LGBM_SE call_state) { |
| 351 | R_API_BEGIN(); |
| 352 | CHECK_CALL(LGBM_BoosterAddValidData(R_GET_PTR(handle), R_GET_PTR(valid_data))); |
| 353 | R_API_END(); |
| 354 | } |
| 355 | |
| 356 | LGBM_SE LGBM_BoosterResetTrainingData_R(LGBM_SE handle, |
| 357 | LGBM_SE train_data, |
nothing calls this directly
no test coverage detected