| 362 | } |
| 363 | |
| 364 | LGBM_SE LGBM_BoosterResetParameter_R(LGBM_SE handle, |
| 365 | LGBM_SE parameters, |
| 366 | LGBM_SE call_state) { |
| 367 | R_API_BEGIN(); |
| 368 | CHECK_CALL(LGBM_BoosterResetParameter(R_GET_PTR(handle), R_CHAR_PTR(parameters))); |
| 369 | R_API_END(); |
| 370 | } |
| 371 | |
| 372 | LGBM_SE LGBM_BoosterGetNumClasses_R(LGBM_SE handle, |
| 373 | LGBM_SE out, |
nothing calls this directly
no test coverage detected