| 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()) { |
no test coverage detected