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

Function GetDimensionsCount

catboost/libs/model_interface/c_api.cpp:975–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975CATBOOST_API size_t GetDimensionsCount(ModelCalcerHandle* modelHandle) {
976 return FULL_MODEL_PTR(modelHandle)->GetDimensionsCount();
977}
978
979CATBOOST_API size_t GetPredictionDimensionsCount(ModelCalcerHandle* modelHandle) {
980 return EVALUATOR_PTR(modelHandle)->GetPredictionDimensions();

Callers 5

get_dimensions_countMethod · 0.85
InitPropsMethod · 0.85
SetScaleAndBiasMethod · 0.85
GetModelClassLabelsMethod · 0.85

Calls 1

GetDimensionsCountMethod · 0.45

Tested by

no test coverage detected