marshal.train | R Documentation |
Marshalling of 'caret:train' objects
## S3 method for class 'train'
marshal(train, ...)
## S3 method for class 'train'
marshallable(...)
train |
A caret::train object. |
... |
Not used. |
bundle::bundle()
is used to produce a marshalled version
of the original object.
bundle::unbundle()
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.