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

Method IsTrivial

catboost/libs/data/objects_grouping.h:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 bool IsTrivial() const noexcept {
75 return Groups.empty();
76 }
77
78 TGroupBounds GetGroup(ui32 groupIdx) const {
79 CB_ENSURE(

Callers 2

operator==Method · 0.45
SplitByClassFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected