! * \brief Get size of initial scores */
| 205 | * \brief Get size of initial scores |
| 206 | */ |
| 207 | inline int64_t num_init_score() const { return num_init_score_; } |
| 208 | /*! \brief Label data */ |
| 209 | std::vector<label_t> label_; |
| 210 | /*! \brief Weights data */ |
no outgoing calls
no test coverage detected