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

Function GetEmbeddingFeatureIndices

catboost/libs/model_interface/c_api.cpp:1046–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044}
1045
1046CATBOOST_API bool GetEmbeddingFeatureIndices(ModelCalcerHandle* modelHandle, size_t** indices, size_t* count) {
1047 return GetFeatureIndices(
1048 [=] () { return GetModelEmbeddingFeaturesIndices(*FULL_MODEL_PTR(modelHandle)); },
1049 indices,
1050 count);
1051}
1052
1053
1054}

Callers

nothing calls this directly

Calls 2

GetFeatureIndicesFunction · 0.85

Tested by

no test coverage detected