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

Method GetComplexity

catboost/cuda/data/feature.h:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 ui64 GetComplexity() const {
182 return CatFeatures.size() + std::min<ui64>(Splits.size(), 1);
183 }
184
185 Y_SAVELOAD_DEFINE(Splits, CatFeatures);
186

Callers 2

UseForTreeCtrMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected