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

Method Feature2Group

include/LightGBM/dataset.h:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 return used_feature_map_[col_idx];
357 }
358 inline int Feature2Group(int feature_idx) const {
359 return feature2group_[feature_idx];
360 }
361 inline int Feture2SubFeature(int feature_idx) const {
362 return feature2subfeature_[feature_idx];
363 }

Callers 3

ConstructHistogramsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected