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

Method GetGroupIds

catboost/libs/data/objects.h:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 }
318
319 TMaybeData<TConstArrayRef<TGroupId>> GetGroupIds() const { // [objectIdx]
320 return CommonData.GroupIds.GetMaybeNumData();
321 }
322
323 TMaybeData<TConstArrayRef<TString>> GetStringGroupIds() const { // [objectIdx]
324 return CommonData.GroupIds.GetMaybeStringData();

Callers 9

SetPairsFunction · 0.45
SetGraphFunction · 0.45
SetGroupWeightsFunction · 0.45
SetTimestampsFunction · 0.45
CompareObjectsDataFunction · 0.45
PrepareTimeSplitFoldsFunction · 0.45
CountDisjointFoldsFunction · 0.45
GetQueriesInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected