public abstract class Column extends Object implements AutoCloseable
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abstract String |
getArrayInterfaceJson()
Get the cuda array interface json string for the Column which can be representing
weight, label, base margin column.
|
public abstract String getArrayInterfaceJson()
DMatrix.setLabel(Column)
DMatrix.setWeight(Column)
DMatrix.setBaseMargin(Column)public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2022. All rights reserved.