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

Function GetObjectWeightsSubsetImpl

catboost/libs/data/target.cpp:1074–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072
1073
1074static void GetObjectWeightsSubsetImpl(
1075 const TSharedWeights<float> src,
1076 const TObjectsGroupingSubset& objectsGroupingSubset,
1077 NPar::ILocalExecutor* localExecutor,
1078 TSharedWeights<float>* dstSubset
1079) {
1080 *dstSubset = MakeIntrusive<TWeights<float>>(
1081 src->GetSubset(objectsGroupingSubset.GetObjectsIndexing(), localExecutor)
1082 );
1083}
1084
1085
1086void NCB::GetGroupInfosSubset(

Callers

nothing calls this directly

Calls 1

GetSubsetMethod · 0.45

Tested by

no test coverage detected