| Class and Description |
|---|
| Booster
Booster for xgboost, this is a model API that support interactive build of a XGBoost Model
|
| DMatrix
DMatrix for xgboost.
|
| DMatrix.SparseType
sparse matrix type (CSR or CSC)
|
| IEvaluation
interface for customized evaluation
|
| IObjective
interface for customize Object function
|
| IRabitTracker
Interface for Rabit tracker implementations with three public methods:
- start(timeout): Start the Rabit tracker awaiting for worker connections, with a given
timeout value (in milliseconds.)
- getWorkerEnvs(): Return the environment variables needed to initialize Rabit clients.
|
| IRabitTracker.TrackerStatus |
| Rabit.DataType |
| Rabit.OpType |
| TrackerProperties |
| XGBoostError
custom error class for xgboost
|
Copyright © 2019. All rights reserved.