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

Method IsSimple

catboost/cuda/data/feature.h:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 bool IsSimple() const {
231 return FeatureTensor.IsSimple();
232 }
233
234 bool operator<(const TCtr& other) const {
235 return std::tie(FeatureTensor, Configuration) < std::tie(other.FeatureTensor, other.Configuration);

Callers 3

CheckDataSetFunction · 0.45
GetAllSimpleCtrsMethod · 0.45
IsTreeCtrMethod · 0.45

Calls

no outgoing calls

Tested by 1

CheckDataSetFunction · 0.36