|
xgboost
|
This is the complete list of members for xgboost::ObjFunction, including all inherited members.
| Configure(Args const &args)=0 | xgboost::ObjFunction | pure virtual |
| Create(const std::string &name, Context const *ctx) | xgboost::ObjFunction | static |
| Ctx() const | xgboost::ObjFunction | inline |
| ctx_ | xgboost::ObjFunction | protected |
| DefaultBaseScore() | xgboost::ObjFunction | inlinestatic |
| DefaultEvalMetric() const =0 | xgboost::ObjFunction | pure virtual |
| 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 | pure virtual |
| InitEstimation(MetaInfo const &info, linalg::Vector< float > *base_score) const | xgboost::ObjFunction | virtual |
| LoadConfig(Json const &in)=0 | xgboost::Configurable | pure virtual |
| PredTransform(HostDeviceVector< float > *) const | xgboost::ObjFunction | inlinevirtual |
| ProbToMargin(linalg::Vector< float > *) const | xgboost::ObjFunction | inlinevirtual |
| SaveConfig(Json *out) const =0 | xgboost::Configurable | pure virtual |
| Targets(MetaInfo const &info) const | xgboost::ObjFunction | inlinevirtual |
| Task() const =0 | xgboost::ObjFunction | pure virtual |
| UpdateTreeLeaf(HostDeviceVector< bst_node_t > const &, MetaInfo const &, float, HostDeviceVector< float > const &, bst_target_t, RegTree *) const | xgboost::ObjFunction | inlinevirtual |
| ~Configurable()=default | xgboost::Configurable | virtual |
| ~ObjFunction() override=default | xgboost::ObjFunction |