MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / num_init_score

Method num_init_score

include/LightGBM/dataset.h:207–207  ·  view source on GitHub ↗

! * \brief Get size of initial scores */

Source from the content-addressed store, hash-verified

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 */

Callers 2

ScoreUpdaterMethod · 0.45
GetDoubleFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected