Medial Code Documentation
|
The abstracted XGBoost Column to get the cuda array interface which is used to set the information for DMatrix. More...
Public Member Functions | |
abstract String | getArrayInterfaceJson () |
Get the cuda array interface json string for the Column which can be representing weight, label, base margin column. | |
void | close () throws Exception |
The abstracted XGBoost Column to get the cuda array interface which is used to set the information for DMatrix.
|
abstract |
Get the cuda array interface json string for the Column which can be representing weight, label, base margin column.
This API will be called by DMatrix#setLabel(Column)
DMatrix#setWeight(Column)
DMatrix#setBaseMargin(Column)