Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
UseForTreeCtr
Method · 0.80
UseAsBaseTensorForTreeCtr
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected