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

Method IgnoreExternalFeatures

catboost/libs/data/features_layout.cpp:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void TFeaturesLayout::IgnoreExternalFeatures(TConstArrayRef<ui32> ignoredFeatures) noexcept {
386 for (auto ignoredFeature : ignoredFeatures) {
387 IgnoreExternalFeature(ignoredFeature);
388 }
389}
390
391TConstArrayRef<ui32> TFeaturesLayout::GetFloatFeatureInternalIdxToExternalIdx() const noexcept {
392 return FloatFeatureInternalIdxToExternalIdx;

Callers 3

GetSubsetImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected