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

Function GetModelCatFeaturesIndices

catboost/libs/model/model.cpp:1354–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354TVector<size_t> GetModelCatFeaturesIndices(const TFullModel& model) {
1355 return MakeIndicesVector(model.ModelTrees->GetCatFeatures());
1356}
1357
1358TVector<size_t> GetModelFloatFeaturesIndices(const TFullModel& model) {
1359 return MakeIndicesVector(model.ModelTrees->GetFloatFeatures());

Callers 2

GetCatFeatureIndicesFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 2

MakeIndicesVectorFunction · 0.85
GetCatFeaturesMethod · 0.80

Tested by

no test coverage detected