|
xgboost
|
This is the complete list of members for xgboost::ObjFunction, including all inherited members.
| Configure(const std::vector< std::pair< std::string, std::string > > &args)=0 | xgboost::ObjFunction | pure virtual |
| Create(const std::string &name, Context const *ctx) | xgboost::ObjFunction | static |
| ctx_ | xgboost::ObjFunction | protected |
| DefaultBaseScore() | xgboost::ObjFunction | inlinestatic |
| DefaultEvalMetric() const =0 | xgboost::ObjFunction | pure virtual |
| DefaultMetricConfig() const | xgboost::ObjFunction | inlinevirtual |
| EvalTransform(HostDeviceVector< bst_float > *io_preds) | xgboost::ObjFunction | inlinevirtual |
| GetGradient(const HostDeviceVector< bst_float > &preds, const MetaInfo &info, std::int32_t iter, linalg::Matrix< GradientPair > *out_gpair)=0 | xgboost::ObjFunction | pure virtual |
| GetSyclImplementationName(const std::string &name) | xgboost::ObjFunction | static |
| InitEstimation(MetaInfo const &info, linalg::Tensor< float, 1 > *base_score) const | xgboost::ObjFunction | virtual |
| LoadConfig(Json const &in)=0 | xgboost::Configurable | pure virtual |
| PredTransform(HostDeviceVector< bst_float > *) const | xgboost::ObjFunction | inlinevirtual |
| ProbToMargin(bst_float base_score) 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 &, std::int32_t, RegTree *) const | xgboost::ObjFunction | inlinevirtual |
| ~Configurable()=default | xgboost::Configurable | virtual |
| ~ObjFunction() override=default | xgboost::ObjFunction |