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

Method GetTreeStartOffsets

catboost/libs/model/model.cpp:846–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846TConstArrayRef<int> TSolidModelTree::GetTreeStartOffsets() const {
847 return TreeStartOffsets;
848}
849
850TConstArrayRef<TNonSymmetricTreeStepNode> TSolidModelTree::GetNonSymmetricStepNodes() const {
851 return NonSymmetricStepNodes;

Callers 15

AlmostEqualMethod · 0.80
CalcCoreModelCheckSumFunction · 0.80
GetTreeStepNodesFunction · 0.80
GetTreeNodeToLeafFunction · 0.80
BuildTreesFunction · 0.80
CalcMeanValueForTreeFunction · 0.80
CalcSubtreeValuesForTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected