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

Method GetGroupCount

catboost/libs/data/objects_grouping.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 ui32 GetGroupCount() const noexcept {
71 return GroupCount;
72 }
73
74 bool IsTrivial() const noexcept {
75 return Groups.empty();

Callers 15

TrainEvalSplitFunction · 0.80
WorkaroundSplitFunction · 0.80
InitPermutationDataFunction · 0.80
GetRandomDatasetBatchFunction · 0.80
CheckGroupIdsFunction · 0.80
GetResultMethod · 0.80
GetLastResultMethod · 0.80
CheckPairsFunction · 0.80
CheckGroupInfoMethod · 0.80
GetGroupInfosSubsetMethod · 0.80
ShuffleMethod · 0.80
SplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected