MCPcopy Create free account
hub / github.com/dmlc/xgboost / GetFeatureNames

Method GetFeatureNames

src/learner.cc:693–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
695 void SetFeatureTypes(std::vector<std::string> const& ft) override { this->feature_types_ = ft; }
696

Callers 3

GenerateFeatureMapFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64