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

Method FeatureNumBin

include/LightGBM/dataset.h:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 inline int FeatureNumBin(int i) const {
441 const int group = feature2group_[i];
442 const int sub_feature = feature2subfeature_[i];
443 return feature_groups_[group]->bin_mappers_[sub_feature]->num_bin();
444 }
445
446 inline int8_t FeatureMonotone(int i) const {
447 if (monotone_types_.empty()) {

Callers 9

DynamicChangeSizeMethod · 0.45
InitMethod · 0.45
ResetConfigMethod · 0.45
BeforeTrainMethod · 0.45
BeforeTrainMethod · 0.45
InitMethod · 0.45
ResetConfigMethod · 0.45
InitMethod · 0.45
FindBestSplitsMethod · 0.45

Calls 1

num_binMethod · 0.45

Tested by

no test coverage detected