Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ SetFeatureNames
Method
SetFeatureNames
src/learner.cc:691–691 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
}
690
691
void SetFeatureNames(std::vector<std::string> const& fn) override { feature_names_ = fn; }
692
693
void GetFeatureNames(std::vector<std::string>* fn) const override { *fn = feature_names_; }
694
Callers
3
Slice
Method · 0.80
XGBoosterSetStrFeatureInfo
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64