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

Function GetFloatFeaturesCount

catboost/libs/model_interface/c_api.cpp:955–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955CATBOOST_API size_t GetFloatFeaturesCount(ModelCalcerHandle* modelHandle) {
956 return FULL_MODEL_PTR(modelHandle)->GetNumFloatFeatures();
957}
958
959CATBOOST_API size_t GetCatFeaturesCount(ModelCalcerHandle* modelHandle) {
960 return FULL_MODEL_PTR(modelHandle)->GetNumCatFeatures();

Callers 5

it_worksFunction · 0.85
it_works_bufferFunction · 0.85
GetFloatFeaturesCountMethod · 0.85

Calls 1

GetNumFloatFeaturesMethod · 0.45

Tested by 2

it_worksFunction · 0.68
it_works_bufferFunction · 0.68