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

Method GetCatFeatures

catboost/libs/model/model.h:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 TConstArrayRef<TCatFeature> GetCatFeatures() const noexcept {
342 return TConstArrayRef<TCatFeature>(CatFeatures.data(), CatFeatures.data() + CatFeatures.size());
343 }
344
345 TConstArrayRef<TFloatFeature> GetFloatFeatures() const noexcept {
346 return TConstArrayRef<TFloatFeature>(FloatFeatures.data(), FloatFeatures.data() + FloatFeatures.size());

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 2

CheckDataSetFunction · 0.64
BuildTreeCtrSplitCpuMethod · 0.64