MCPcopy Create free account
hub / github.com/catboost/catboost / GetErrorString

Function GetErrorString

catboost/libs/model_interface/c_api.cpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276CATBOOST_API const char* GetErrorString() {
277 return ErrorMessageHolder.Get().Message.data();
278}
279
280CATBOOST_API void ModelCalcerDelete(ModelCalcerHandle* modelHandle) {
281 if (modelHandle != nullptr) {

Callers 15

ModelCalcerWrapperMethod · 0.70
EnableGPUEvaluationMethod · 0.70
CalcFlatMethod · 0.70
CalcFlatMultiMethod · 0.70
CalcMethod · 0.70
CalcMultiMethod · 0.70
CalcFlatTransposedMethod · 0.70
CalcHashedMethod · 0.70
GetUsedFeaturesNamesMethod · 0.70
CheckStatusFunction · 0.50

Calls 2

dataMethod · 0.45
GetMethod · 0.45

Tested by 2

it_worksFunction · 0.40
it_works_bufferFunction · 0.40