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

Method Name

src/common/param_array.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 return *this;
52 }
53 [[nodiscard]] StringView Name() const { return this->name_; }
54 [[nodiscard]] auto cbegin() const { return this->values_.cbegin(); } // NOLINT
55 [[nodiscard]] auto cend() const { return this->values_.cend(); } // NOLINT
56 [[nodiscard]] auto begin() { return this->values_.begin(); } // NOLINT

Callers 2

XGBoosterFeatureScoreFunction · 0.45
param_array.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected