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

Function LGBM_GetLastError_R

src/lightgbm_R.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49LGBM_SE LGBM_GetLastError_R(LGBM_SE buf_len, LGBM_SE actual_len, LGBM_SE err_msg) {
50 return EncodeChar(err_msg, LGBM_GetLastError(), buf_len, actual_len, std::strlen(LGBM_GetLastError()) + 1);
51}
52
53LGBM_SE LGBM_DatasetCreateFromFile_R(LGBM_SE filename,
54 LGBM_SE parameters,

Callers

nothing calls this directly

Calls 2

EncodeCharFunction · 0.70
LGBM_GetLastErrorFunction · 0.70

Tested by

no test coverage detected