marshal.xgb.DMatrix | R Documentation |
Marshalling of 'xgboost' objects
## S3 method for class 'xgb.DMatrix'
marshal(x, ...)
## S3 method for class 'xgb.Booster'
marshal(x, ...)
## S3 method for class 'xgb.Booster'
marshallable(...)
## S3 method for class 'xgb.DMatrix'
marshallable(...)
x |
An xgboost::xgb.DMatrix or an |
... |
Not used. |
xgboost::xgb.DMatrix.save()
is used to produce a marshalled version
of the original object.
xgboost::xgb.DMatrix()
is used to reconstruct a version of the
original object from the marshalled object.
A marshalled
object as described in marshal()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.