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

Method sum_hessians

src/treelearner/leaf_splits.hpp:138–138  ·  view source on GitHub ↗

! \brief Get sum of hessians of current leaf */

Source from the content-addressed store, hash-verified

136
137 /*! \brief Get sum of hessians of current leaf */
138 double sum_hessians() const { return sum_hessians_; }
139
140 double max_constraint() const { return max_val_; }
141

Callers 9

ForceSplitsMethod · 0.45
BeforeTrainMethod · 0.45
ForceSplitsMethod · 0.45
BeforeTrainMethod · 0.45
FindBestSplitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected