Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions
xgboost::Configurable Struct Referenceabstract
Inheritance diagram for xgboost::Configurable:
xgboost::GradientBooster xgboost::Learner xgboost::LinearUpdater xgboost::Metric xgboost::ObjFunction xgboost::TreeUpdater xgboost::gbm::GBLinear xgboost::gbm::GBTree xgboost::LearnerConfiguration xgboost::linear::CoordinateUpdater xgboost::linear::ShotgunUpdater xgboost::metric::EvalRankWithCache< ltr::MAPCache > xgboost::metric::EvalRankWithCache< ltr::NDCGCache > xgboost::metric::EvalRankWithCache< ltr::PreCache > xgboost::MetricNoCache xgboost::metric::EvalRankWithCache< Cache > xgboost::obj::FitIntercept xgboost::obj::MyLogistic xgboost::obj::RegLossObjOneAPI< Loss > xgboost::tree::ColMaker xgboost::tree::GlobalApproxUpdater xgboost::tree::QuantileHistMaker xgboost::tree::TreePruner xgboost::tree::TreeRefresher xgboost::tree::TreeSyncher

Public Member Functions

virtual void LoadConfig (Json const &in)=0
 Load configuration from JSON object.
 
virtual void SaveConfig (Json *out) const =0
 Save configuration to JSON object.
 

Member Function Documentation

◆ LoadConfig()

virtual void xgboost::Configurable::LoadConfig ( Json const &  in)
pure virtual

◆ SaveConfig()

virtual void xgboost::Configurable::SaveConfig ( Json out) const
pure virtual

The documentation for this struct was generated from the following file: