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

Method GetFirstLeafPtrForTree

catboost/libs/model/model.h:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487 }
488
489 const double* GetFirstLeafPtrForTree(size_t treeIdx) const {
490 auto applyData = GetApplyData();
491 return &ModelTreeData->GetLeafValues()[applyData->TreeFirstLeafOffsets[treeIdx]];
492 }
493
494 size_t GetNumFloatFeatures() const {
495 if (FloatFeatures.empty()) {

Calls 1

GetLeafValuesMethod · 0.45

Tested by

no test coverage detected