Classes
The following classes are available globally.
-
Booster model.
Encapsulates BoosterHandle, the model of xgboost, that contains low level routines for training, prediction and evaluation.
See moreDeclaration
Swift
public class Booster
-
Auxiliary class to hold one fold of CrossValidation.
See moreDeclaration
Swift
public class CVPack
-
Data class used with Booster.
Data is encapsulation of DMatrixHandle, internal structure used by XGBoost, which is optimized for both memory efficiency and training speed.
See moreDeclaration
Swift
public class DMatrix