Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ RealFeatureIndex
Method
RealFeatureIndex
include/LightGBM/dataset.h:351–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
inline int RealFeatureIndex(int fidx) const {
352
return real_feature_idx_[fidx];
353
}
354
355
inline int InnerFeatureIndex(int col_idx) const {
356
return used_feature_map_[col_idx];
Callers
5
FindBestSplitsFromHistograms
Method · 0.45
FindBestSplitsFromHistograms
Method · 0.45
FindBestSplitsFromHistograms
Method · 0.45
FindBestSplits
Method · 0.45
FindBestSplitsFromHistograms
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected