! \brief Get depth of specific leaf*/
| 132 | |
| 133 | /*! \brief Get depth of specific leaf*/ |
| 134 | inline int leaf_depth(int leaf_idx) const { return leaf_depth_[leaf_idx]; } |
| 135 | |
| 136 | /*! \brief Get feature of specific split*/ |
| 137 | inline int split_feature(int split_idx) const { return split_feature_[split_idx]; } |
no outgoing calls
no test coverage detected