Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces | Enumerations | Functions
cli_main.cc File Reference

The command line interface program of xgboost. This file is not included in dynamic library. More...

#include <dmlc/timer.h>
#include <xgboost/learner.h>
#include <xgboost/data.h>
#include <xgboost/json.h>
#include <xgboost/logging.h>
#include <xgboost/parameter.h>
#include <iomanip>
#include <ctime>
#include <string>
#include <cstdio>
#include <cstring>
#include <vector>
#include "collective/communicator-inl.h"
#include "common/common.h"
#include "common/config.h"
#include "common/io.h"
#include "common/version.h"
#include "c_api/c_api_utils.h"

Data Structures

struct  xgboost::CLIParam
 
class  xgboost::CLI
 

Namespaces

namespace  xgboost
 namespace of xgboost
 

Enumerations

enum  CLITask { kTrain = 0 , kDumpModel = 1 , kPredict = 2 }
 

Functions

 xgboost::DMLC_REGISTER_PARAMETER (CLIParam)
 
std::string xgboost::CliHelp ()
 
void xgboost::CLIError (dmlc::Error const &e)
 
int main (int argc, char *argv[])
 

Detailed Description

The command line interface program of xgboost. This file is not included in dynamic library.

Copyright 2014-2020 by Contributors