h2o.clusterIsUp {h2o} | R Documentation |
Determine if an H2O cluster is up or not
Description
Determine if an H2O cluster is up or not
Usage
h2o.clusterIsUp(conn = h2o.getConnection())
Arguments
conn |
H2OConnection object |
Value
TRUE if the cluster is up; FALSE otherwise
[Package h2o version 3.44.0.3 Index]