MCPcopy 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
842TConstArrayRef<int> TSolidModelTree::GetTreeSizes() const {
843 return TreeSizes;
844}
845
846TConstArrayRef<int> TSolidModelTree::GetTreeStartOffsets() const {
847 return TreeStartOffsets;

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected