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

Method FeatureGroupNumBin

include/LightGBM/dataset.h:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 }
474
475 inline int FeatureGroupNumBin(int group) const {
476 return feature_groups_[group]->num_total_bin_;
477 }
478
479 inline const BinMapper* FeatureBinMapper(int i) const {
480 const int group = feature2group_[i];

Callers 4

WaitAndGetHistogramsMethod · 0.45
AllocateGPUMemoryMethod · 0.45
InitGPUMethod · 0.45
ConstructHistogramsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected