xgboost
|
这是 xgboost::ObjFunction 的完整成员列表,包括所有继承的成员。
Configure(Args const &args)=0 | xgboost::ObjFunction | 纯虚函数 |
Create(const std::string &name, Context const *ctx) | xgboost::ObjFunction | 静态 |
ctx_ | xgboost::ObjFunction | 保护 |
DefaultBaseScore() | xgboost::ObjFunction | inlinestatic |
DefaultEvalMetric() const =0 | xgboost::ObjFunction | 纯虚函数 |
DefaultMetricConfig() const | xgboost::ObjFunction | inlinevirtual |
EvalTransform(HostDeviceVector< float > *io_preds) | xgboost::ObjFunction | inlinevirtual |
GetGradient(HostDeviceVector< float > const &preds, MetaInfo const &info, std::int32_t iter, linalg::Matrix< GradientPair > *out_gpair)=0 | xgboost::ObjFunction | 纯虚函数 |
InitEstimation(MetaInfo const &info, linalg::Tensor< float, 1 > *base_score) const | xgboost::ObjFunction | 虚函数 |
LoadConfig(Json const &in)=0 | xgboost::Configurable | 纯虚函数 |
PredTransform(HostDeviceVector< float > *) const | xgboost::ObjFunction | inlinevirtual |
ProbToMargin(float base_score) const | xgboost::ObjFunction | inlinevirtual |
SaveConfig(Json *out) const =0 | xgboost::Configurable | 纯虚函数 |
Targets(MetaInfo const &info) const | xgboost::ObjFunction | inlinevirtual |
Task() const =0 | xgboost::ObjFunction | 纯虚函数 |
UpdateTreeLeaf(HostDeviceVector< bst_node_t > const &, MetaInfo const &, float, HostDeviceVector< float > const &, std::int32_t, RegTree *) const | xgboost::ObjFunction | inlinevirtual |
~Configurable()=default | xgboost::Configurable | 虚函数 |
~ObjFunction() override=default | xgboost::ObjFunction |