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

Method LeafIndex

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

! \brief Get current leaf index */

Source from the content-addressed store, hash-verified

127
128 /*! \brief Get current leaf index */
129 int LeafIndex() const { return leaf_index_; }
130
131 /*! \brief Get numer of data in current leaf */
132 data_size_t num_data_in_leaf() const { return num_data_in_leaf_; }

Callers 10

ConstructHistogramsMethod · 0.45
ConstructHistogramsMethod · 0.45
FindBestSplitsMethod · 0.45
ConstructHistogramsMethod · 0.45
FindBestSplitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected