| xgb.get.DMatrix.data | R Documentation |
Get DMatrix Data
xgb.get.DMatrix.data(dmat)
dmat |
An |
The data held in the DMatrix, as a sparse CSR matrix (class dgRMatrix
from package Matrix). If it had feature names, these will be added as column names
in the output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.