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

Method indices

src/treelearner/data_partition.hpp:196–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 data_size_t leaf_begin(int leaf) const { return leaf_begin_[leaf]; }
195
196 const data_size_t* indices() const { return indices_.data(); }
197
198 /*! \brief Get number of leaves */
199 int num_leaves() const { return num_leaves_; }

Callers 6

BeforeTrainMethod · 0.45
BeforeFindBestSplitMethod · 0.45
BeforeTrainMethod · 0.45
BeforeFindBestSplitMethod · 0.45
BeforeTrainMethod · 0.45
BeforeFindBestSplitMethod · 0.45

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected