Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetTreeSizes
Method
GetTreeSizes
catboost/libs/model/model.cpp:842–844 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
840
}
841
842
TConstArrayRef<int> TSolidModelTree::GetTreeSizes() const {
843
return TreeSizes;
844
}
845
846
TConstArrayRef<int> TSolidModelTree::GetTreeStartOffsets() const {
847
return TreeStartOffsets;
Callers
15
AlmostEqual
Method · 0.80
CalcCoreModelCheckSum
Function · 0.80
GetTreeStepNodes
Function · 0.80
GetTreeNodeToLeaf
Function · 0.80
EvaluateTreeStatistics
Method · 0.80
GetLeafIdToUpdate
Method · 0.80
BuildTrees
Function · 0.80
CalcFeatureEffectAverageChange
Function · 0.80
CalcEffectForNonObliviousModel
Function · 0.80
CalcMeanValueForTree
Function · 0.80
CalcSubtreeValuesForTree
Function · 0.80
CalcSubtreeWeightsForTree
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected