! \brief Get the output of one leaf */
| 86 | |
| 87 | /*! \brief Get the output of one leaf */ |
| 88 | inline double LeafOutput(int leaf) const { return leaf_value_[leaf]; } |
| 89 | |
| 90 | /*! \brief Set the output of one leaf */ |
| 91 | inline void SetLeafOutput(int leaf, double output) { |
no outgoing calls
no test coverage detected