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