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

Method LeafOutput

include/LightGBM/tree.h:88–88  ·  view source on GitHub ↗

! \brief Get the output of one leaf */

Source from the content-addressed store, hash-verified

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) {

Callers 7

GetLeafValueMethod · 0.45
FitByExistingTreeMethod · 0.45
RenewTreeOutputMethod · 0.45
FitByExistingTreeMethod · 0.45
RenewTreeOutputMethod · 0.45
AddPredictionToScoreMethod · 0.45
AddPredictionToScoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected