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

Method FeatureGroupIterator

include/LightGBM/dataset.h:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 }
503
504 inline BinIterator* FeatureGroupIterator(int group) const {
505 return feature_groups_[group]->FeatureGroupIterator();
506 }
507
508 inline double RealThreshold(int i, uint32_t threshold) const {
509 const int group = feature2group_[i];

Callers 1

AllocateGPUMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected