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

Method GetEstimatedFeatureIds

catboost/cuda/data/binarizations_manager.cpp:454–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 FeatureManagerIdToDataProviderId[featureId]));
453 }
454 TVector<ui32> TBinarizedFeaturesManager::GetEstimatedFeatureIds() const {
455 TVector<ui32> result;
456 for (const auto& [estimatedFeature, id] : EstimatedFeatureToFeatureManagerId) {
457 Y_UNUSED(estimatedFeature);
458 result.push_back(id);
459 }
460 return result;
461 }
462}

Callers 2

GetLearnFeatureIdsMethod · 0.80
HasPermutationFeaturesFunction · 0.80

Calls 2

Y_UNUSEDFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected