| Package | Description |
|---|---|
| ml.dmlc.xgboost4j.java |
| Constructor and Description |
|---|
DMatrix(ColumnBatch columnBatch,
float missing,
int nthread)
Create the normal DMatrix from column array interface
|
| Constructor and Description |
|---|
DeviceQuantileDMatrix(Iterator<ColumnBatch> iter,
float missing,
int maxBin,
int nthread)
Create DeviceQuantileDMatrix from iterator based on the cuda array interface
|
Copyright © 2022. All rights reserved.