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

Function GetModelFloatFeaturesIndices

catboost/libs/model/model.cpp:1358–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358TVector<size_t> GetModelFloatFeaturesIndices(const TFullModel& model) {
1359 return MakeIndicesVector(model.ModelTrees->GetFloatFeatures());
1360}
1361
1362TVector<size_t> GetModelTextFeaturesIndices(const TFullModel& model) {
1363 return MakeIndicesVector(model.ModelTrees->GetTextFeatures());

Callers 2

GetFloatFeatureIndicesFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 2

MakeIndicesVectorFunction · 0.85
GetFloatFeaturesMethod · 0.80

Tested by

no test coverage detected