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

Method GetExternalFeaturesMetaInfo

catboost/libs/data/features_layout.cpp:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262TConstArrayRef<TFeatureMetaInfo> TFeaturesLayout::GetExternalFeaturesMetaInfo() const noexcept {
263 return ExternalIdxToMetaInfo;
264}
265
266TString TFeaturesLayout::GetExternalFeatureDescription(ui32 internalFeatureIdx, EFeatureType type) const {
267 return ExternalIdxToMetaInfo[GetExternalFeatureIdx(internalFeatureIdx, type)].Name;

Callers 15

HasSparseFeaturesMethod · 0.80
AddFeatureMethod · 0.80
CreateFeaturesFunction · 0.80
GetFeatureIdToDescFunction · 0.80
ValidateColumnOutputFunction · 0.80
MakeIsAvailableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected