Marshalling of 'h2o' objects
Usage
# 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(...)
Value
A marshalled
object as described in marshal()
.