MCPcopy 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

SplitByClassFunction · 0.45
StratifiedTrainTestSplitFunction · 0.45
StratifiedSplitToFoldsFunction · 0.45

Calls 1

backMethod · 0.45

Tested by

no test coverage detected