marshal.H2OAutoML | R Documentation |
Marshalling of 'h2o' objects
## S3 method for class 'H2OAutoML'
marshal(x, ...)
## S3 method for class 'H2OMultinomialModel'
marshal(x, ...)
## S3 method for class 'H2OBinomialModel'
marshal(x, ...)
## S3 method for class 'H2ORegressionModel'
marshal(x, ...)
## S3 method for class 'H2OAutoML'
marshallable(...)
## S3 method for class 'H2OMultinomialModel'
marshallable(...)
## S3 method for class 'H2OBinomialModel'
marshallable(...)
## S3 method for class 'H2ORegressionModel'
marshallable(...)
x |
An "h2o" object. |
... |
Not used. |
h2o::h2o.save_mojo()
and h2o::h2o.saveModel()
are used to produce
a marshalled version of the original object.
h2o::h2o.import_mojo()
and h2o::h2o.loadModel()
are 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.