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

Method IsDefined

catboost/libs/data/objects.h:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 bool IsDefined() const {
108 if (StoreStringColumns) {
109 return GetMaybeStringData().Defined();
110 } else {
111 return GetMaybeNumData().Defined();
112 }
113 }
114
115 const TMaybeData<TVector<TId>>& GetMaybeNumData() const {
116 CB_ENSURE(!StoreStringColumns);

Callers 6

LoadMethod · 0.45
ReadModelMethod · 0.45
SetSubgroupIdsMethod · 0.45
FlushMethod · 0.45

Calls 1

DefinedMethod · 0.45

Tested by

no test coverage detected