[jvm-packages] Add DeviceQuantileDMatrix to Scala binding (#7459)

This commit is contained in:
Bobby Wang
2021-11-24 20:23:18 +08:00
committed by GitHub
parent 619c450a49
commit 24be04e848
4 changed files with 226 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ import ml.dmlc.xgboost4j.java.Column;
* This class is composing of base data with Apache Arrow format from Cudf ColumnVector.
* It will be used to generate the cuda array interface.
*/
class CudfColumn extends Column {
public class CudfColumn extends Column {
private final long dataPtr; // gpu data buffer address
private final long shape; // row count