| 961 | } |
| 962 | |
| 963 | CATBOOST_API size_t GetTextFeaturesCount(ModelCalcerHandle* modelHandle) { |
| 964 | return FULL_MODEL_PTR(modelHandle)->GetNumTextFeatures(); |
| 965 | } |
| 966 | |
| 967 | CATBOOST_API size_t GetEmbeddingFeaturesCount(ModelCalcerHandle* modelHandle) { |
| 968 | return FULL_MODEL_PTR(modelHandle)->GetNumEmbeddingFeatures(); |
no test coverage detected