Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TrainEvalSplit
Function · 0.80
WorkaroundSplit
Function · 0.80
InitPermutationData
Function · 0.80
GetRandomDatasetBatch
Function · 0.80
CheckGroupIds
Function · 0.80
GetResult
Method · 0.80
GetLastResult
Method · 0.80
CheckPairs
Function · 0.80
CheckGroupInfo
Method · 0.80
GetGroupInfosSubset
Method · 0.80
Shuffle
Method · 0.80
Split
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected