Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetTreeSplits
Method
GetTreeSplits
catboost/libs/model/model.cpp:838–840 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
836
}
837
838
TConstArrayRef<int> TSolidModelTree::GetTreeSplits() const {
839
return TreeSplits;
840
}
841
842
TConstArrayRef<int> TSolidModelTree::GetTreeSizes() const {
843
return TreeSizes;
Callers
15
AlmostEqual
Method · 0.80
CalcCoreModelCheckSum
Function · 0.80
GetTreeSplitsDescriptions
Function · 0.80
BuildTrees
Function · 0.80
GetFeatureToIdxMap
Function · 0.80
CalcEffectForNonObliviousModel
Function · 0.80
GetReversedSubtreeForNonObliviousTree
Function · 0.80
CalcObliviousIndicatorCoefficients
Function · 0.80
CalcNonSymmetricLeafValue
Function · 0.80
CalcNonSymmetricIndicatorCoefficients
Function · 0.80
CalculateBucketRangesAndWeightsOblivious
Function · 0.80
CalcObliviousExactShapValuesForLeafRecursive
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected