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

Method GetNonSymmetricNodeIdToLeafId

catboost/libs/model/model.cpp:854–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854TConstArrayRef<ui32> TSolidModelTree::GetNonSymmetricNodeIdToLeafId() const {
855 return NonSymmetricNodeIdToLeafId;
856}
857
858TConstArrayRef<double> TSolidModelTree::GetLeafValues() const {
859 return LeafValues;

Callers 15

CalcCoreModelCheckSumFunction · 0.80
GetTreeNodeToLeafFunction · 0.80
CalcMeanValueForTreeFunction · 0.80
CalcSubtreeValuesForTreeFunction · 0.80
DFSFunction · 0.80
operator==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected