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

Function GetModelTextFeaturesIndices

catboost/libs/model/model.cpp:1362–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1360}
1361
1362TVector<size_t> GetModelTextFeaturesIndices(const TFullModel& model) {
1363 return MakeIndicesVector(model.ModelTrees->GetTextFeatures());
1364}
1365
1366TVector<size_t> GetModelEmbeddingFeaturesIndices(const TFullModel& model) {
1367 return MakeIndicesVector(model.ModelTrees->GetEmbeddingFeatures());

Callers 2

GetTextFeatureIndicesFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 2

MakeIndicesVectorFunction · 0.85
GetTextFeaturesMethod · 0.80

Tested by

no test coverage detected