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

Method GetSubsetWithScheduling

catboost/libs/data/objects.cpp:1347–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345
1346
1347void NCB::TExclusiveFeatureBundlesData::GetSubsetWithScheduling(
1348 const TFeaturesArraySubsetIndexing* subsetIndexing,
1349
1350 // needed only for sparse features
1351 const TMaybe<TFeaturesArraySubsetInvertedIndexing>& subsetInvertedIndexing,
1352 TResourceConstrainedExecutor* resourceConstrainedExecutor,
1353 TExclusiveFeatureBundlesData* subsetData
1354) const {
1355 subsetData->FlatFeatureIndexToBundlePart = FlatFeatureIndexToBundlePart;
1356 subsetData->MetaData = MetaData;
1357
1358 ::GetSubsetWithScheduling(
1359 MakeConstArrayRef(SrcData),
1360 subsetIndexing,
1361 subsetInvertedIndexing,
1362 resourceConstrainedExecutor,
1363 &(subsetData->SrcData)
1364 );
1365}
1366
1367
1368void NCB::TExclusiveFeatureBundlesData::Save(

Callers 1

GetSubsetImplMethod · 0.80

Calls 2

GetSubsetWithSchedulingFunction · 0.85
MakeConstArrayRefFunction · 0.85

Tested by

no test coverage detected