|
|
| DMLC_DECLARE_PARAMETER (CLIParam) |
| |
|
void | Configure (const std::vector< std::pair< std::string, std::string > > &_cfg) |
| |
|
Args | UpdateAllowUnknown (Container const &kwargs) |
| |
|
bool | GetInitialised () const |
| |
|
|
int | task |
| | the task name
|
| |
|
bool | eval_train |
| | whether evaluate training statistics
|
| |
|
int | num_round |
| | number of boosting iterations
|
| |
|
int | save_period |
| | the period to save the model, 0 means only save the final round model
|
| |
|
std::string | train_path |
| | the path of training set
|
| |
|
std::string | test_path |
| | path of test dataset
|
| |
|
std::string | model_in |
| | the path of test model file, or file to restart training
|
| |
|
std::string | model_out |
| | the path of final model file, to be saved
|
| |
|
std::string | model_dir |
| | the path of directory containing the saved models
|
| |
|
std::string | name_pred |
| | name of predict file
|
| |
|
int | dsplit |
| | data split mode
|
| |
|
int | ntree_limit |
| | limit number of trees in prediction
|
| |
|
int | iteration_begin |
| |
|
int | iteration_end |
| |
|
bool | pred_margin |
| | whether to directly output margin value
|
| |
|
int | dump_stats |
| | whether dump statistics along with model
|
| |
|
std::string | dump_format |
| | what format to dump the model in
|
| |
|
std::string | name_fmap |
| | name of feature map
|
| |
|
std::string | name_dump |
| | name of dump file
|
| |
|
std::vector< std::string > | eval_data_paths |
| | the paths of validation data sets
|
| |
|
std::vector< std::string > | eval_data_names |
| | the names of the evaluation data used in output log
|
| |
|
std::vector< std::pair< std::string, std::string > > | cfg |
| | all the configurations
|
| |
|
|
static constexpr char const *const | kNull = "NULL" |
| |
The documentation for this struct was generated from the following file: