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

Function GetTreeCount

catboost/libs/model_interface/c_api.cpp:971–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971CATBOOST_API size_t GetTreeCount(ModelCalcerHandle* modelHandle) {
972 return FULL_MODEL_PTR(modelHandle)->GetTreeCount();
973}
974
975CATBOOST_API size_t GetDimensionsCount(ModelCalcerHandle* modelHandle) {
976 return FULL_MODEL_PTR(modelHandle)->GetDimensionsCount();

Callers 15

GetModelTreeCountMethod · 0.85
get_tree_countMethod · 0.85
it_worksFunction · 0.85
it_works_bufferFunction · 0.85
CalcModelPredictionFlatFunction · 0.85
CalcModelPredictionFunction · 0.85
CalcModelPredictionTextFunction · 0.85
GetTreeCountMethod · 0.85
CalcFlatTransposedMethod · 0.85

Calls 1

GetTreeCountMethod · 0.45

Tested by 2

it_worksFunction · 0.68
it_works_bufferFunction · 0.68