h2o.clear: Remove objects from an H2O connection (server)

Description Usage Arguments Examples

Description

This function removes all or a specified type of objects from an H2O connection.

Usage

1
h2o.clear(servername, clear = "all")

Arguments

servername

An H2O connection object

clear

"all" to remove all objects, "models" to remove all model objects, "noModel" to remove all non-model objects

Examples

1
## h2o.clear(h2oServer, "models")

Thie1e/convenience documentation built on May 9, 2019, 4:40 p.m.