Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
xgboost::gbm::GBTreeTrainParam Struct Reference

training parameters More...

#include <gbtree.h>

Inheritance diagram for xgboost::gbm::GBTreeTrainParam:
xgboost::XGBoostParameter< GBTreeTrainParam >

Public Member Functions

 DMLC_DECLARE_PARAMETER (GBTreeTrainParam)
 
- Public Member Functions inherited from xgboost::XGBoostParameter< GBTreeTrainParam >
Args UpdateAllowUnknown (Container const &kwargs)
 
bool GetInitialised () const
 

Data Fields

std::string updater_seq
 tree updater sequence
 
TreeProcessType process_type
 type of boosting process to run
 
TreeMethod tree_method
 

Additional Inherited Members

- Protected Attributes inherited from xgboost::XGBoostParameter< GBTreeTrainParam >
bool initialised_
 

Detailed Description

training parameters


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