| Package | Description |
|---|---|
| ml.dmlc.xgboost4j.java |
| Class and Description |
|---|
| Booster
Booster for xgboost, this is a model API that support interactive build of an XGBoost Model
|
| Booster.PredictionType
This enumeration defines the type of prediction to be made and is used for inplace predictions.
|
| Column
This Column abstraction provides an array interface JSON string, which is
used to reconstruct columnar data within the XGBoost library.
|
| ColumnBatch
This class wraps multiple Column and provides the array interface json
for all columns.
|
| Communicator.DataType |
| Communicator.OpType |
| DMatrix
DMatrix for xgboost.
|
| DMatrix.QuantileCut
A class to hold the quantile information
|
| DMatrix.SparseType
sparse matrix type (CSR or CSC)
|
| IEvaluation
interface for customized evaluation
|
| IObjective
interface for customize Object function
|
| ITracker
Interface for a tracker implementations with three public methods:
- start(timeout): Start the tracker awaiting for worker connections, with a given
timeout value (in seconds)
|
| XGBoostError
custom error class for xgboost
|
Copyright © 2026. All rights reserved.