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

Method AddTreeSplit

catboost/libs/model/model.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void TModelTrees::AddTreeSplit(int treeSplit) {
256 CastToSolidTree(*this)->TreeSplits.push_back(treeSplit);
257}
258void TModelTrees::AddTreeSize(int treeSize) {
259 auto& data = *CastToSolidTree(*this);
260 if (data.TreeStartOffsets.empty()) {

Callers 3

BuildMethod · 0.80
GetObliviousModelTreesFunction · 0.80

Calls 2

CastToSolidTreeFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected