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

Method Feture2SubFeature

include/LightGBM/dataset.h:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 return feature2group_[feature_idx];
360 }
361 inline int Feture2SubFeature(int feature_idx) const {
362 return feature2subfeature_[feature_idx];
363 }
364 inline uint64_t GroupBinBoundary(int group_idx) const {
365 return group_bin_boundaries_[group_idx];
366 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected