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