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

Method GetOrder

catboost/libs/data/objects.h:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 EObjectsOrder GetOrder() const {
316 return CommonData.Order;
317 }
318
319 TMaybeData<TConstArrayRef<TGroupId>> GetGroupIds() const { // [objectIdx]
320 return CommonData.GroupIds.GetMaybeNumData();

Callers 14

TrainEvalSplitFunction · 0.80
LoadPoolsFunction · 0.80
PrepareTrainTestSplitFunction · 0.80
TFoldsCreationParamsMethod · 0.80
TestSubsetFeaturesFunction · 0.80
CompareObjectsDataFunction · 0.80
LoadPoolsFunction · 0.80
TrainModelFunction · 0.80
ModelBasedEvalFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestSubsetFeaturesFunction · 0.64