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

Function LGBM_BoosterResetTrainingData_R

src/lightgbm_R.cpp:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356LGBM_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
364LGBM_SE LGBM_BoosterResetParameter_R(LGBM_SE handle,
365 LGBM_SE parameters,

Callers

nothing calls this directly

Calls 2

R_GET_PTRFunction · 0.50

Tested by

no test coverage detected