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

Method CopySubset

include/LightGBM/feature_group.h:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 inline void CopySubset(const FeatureGroup* full_feature, const data_size_t* used_indices, data_size_t num_used_indices) {
142 bin_data_->CopySubset(full_feature->bin_data_.get(), used_indices, num_used_indices);
143 }
144
145 inline BinIterator* SubFeatureIterator(int sub_feature) {
146 uint32_t min_bin = bin_offsets_[sub_feature];

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected