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

Function LGBM_BoosterResetParameter_R

src/lightgbm_R.cpp:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364LGBM_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
372LGBM_SE LGBM_BoosterGetNumClasses_R(LGBM_SE handle,
373 LGBM_SE out,

Callers

nothing calls this directly

Calls 2

R_GET_PTRFunction · 0.50

Tested by

no test coverage detected