[R] rename proxy dmatrix -> data batch (#10016)

This commit is contained in:
david-cortes
2024-01-31 08:43:58 +01:00
committed by GitHub
parent 1e72dc1276
commit 0955213220
7 changed files with 43 additions and 42 deletions

View File

@@ -32,9 +32,9 @@ export(setinfo)
export(xgb.DMatrix)
export(xgb.DMatrix.hasinfo)
export(xgb.DMatrix.save)
export(xgb.DataBatch)
export(xgb.DataIter)
export(xgb.ExternalDMatrix)
export(xgb.ProxyDMatrix)
export(xgb.QuantileDMatrix)
export(xgb.QuantileDMatrix.from_iterator)
export(xgb.attr)