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

Function LGBM_BoosterAddValidData_R

src/lightgbm_R.cpp:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348LGBM_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
356LGBM_SE LGBM_BoosterResetTrainingData_R(LGBM_SE handle,
357 LGBM_SE train_data,

Callers

nothing calls this directly

Calls 2

LGBM_BoosterAddValidDataFunction · 0.70
R_GET_PTRFunction · 0.50

Tested by

no test coverage detected