Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetLeafValues
Method
GetLeafValues
catboost/libs/model/model.cpp:858–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
856
}
857
858
TConstArrayRef<double> TSolidModelTree::GetLeafValues() const {
859
return LeafValues;
860
}
861
862
TConstArrayRef<double> TSolidModelTree::GetLeafWeights() const {
863
return LeafWeights;
Callers
15
AlmostEqualLeafValues
Method · 0.45
CalcEffectForNonObliviousModel
Function · 0.45
CalcMeanValueForTree
Function · 0.45
CalcSubtreeValuesForTree
Function · 0.45
IsPrepareTreesCalcShapValues
Function · 0.45
AreApproxesZeroForLastClass
Function · 0.45
CalcObliviousIndicatorCoefficients
Function · 0.45
CalcNonSymmetricLeafValue
Function · 0.45
CalcNonSymmetricIndicatorCoefficients
Function · 0.45
CalculateBucketRangesAndWeightsOblivious
Function · 0.45
MergeBucketRanges
Function · 0.45
CalcNonObliviousInternalShapValuesForLeafRecursive
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected