!\return feature index to split on */
| 480 | |
| 481 | /*!\return feature index to split on */ |
| 482 | [[nodiscard]] bst_feature_t SplitIndex() const { return sindex & ((1U << 31) - 1U); } |
| 483 | /*!\return whether missing value goes to left branch */ |
| 484 | [[nodiscard]] bool DefaultLeft() const { return (sindex >> 31) != 0; } |
| 485 | /*! |
no outgoing calls
no test coverage detected