Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetObjectCount
Method
GetObjectCount
catboost/libs/data/objects_grouping.h:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
SAVELOAD(GroupCount, Groups);
65
66
ui32 GetObjectCount() const {
67
return IsTrivial() ? GroupCount : Groups.back().End;
68
}
69
70
ui32 GetGroupCount() const noexcept {
71
return GroupCount;
Callers
3
SplitByClass
Function · 0.45
StratifiedTrainTestSplit
Function · 0.45
StratifiedSplitToFolds
Function · 0.45
Calls
1
back
Method · 0.45
Tested by
no test coverage detected