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

Method GetFeaturesLayout

catboost/libs/data/objects.h:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 // The following Get* functions are common for all implementations, so they're in this base class
310
311 TFeaturesLayoutPtr GetFeaturesLayout() const noexcept {
312 return CommonData.FeaturesLayout;
313 }
314
315 EObjectsOrder GetOrder() const {
316 return CommonData.Order;

Callers 15

MakeTrainingDataProviderFunction · 0.45
TFinalCtrsCalcerMethod · 0.45
UpdateCatFeaturesInfoFunction · 0.45
FinishMethod · 0.45
DoMapMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestSubsetFeaturesFunction · 0.36