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

Method min_constraint

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

Source from the content-addressed store, hash-verified

140 double max_constraint() const { return max_val_; }
141
142 double min_constraint() const { return min_val_; }
143
144 /*! \brief Get indices of data of current leaf */
145 const data_size_t* data_indices() const { return data_indices_; }

Callers 6

FindBestSplitsMethod · 0.45
SplitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected