h2o (version 3.30.1.2)

h2o.keyof: Method on Keyed objects allowing to obtain their key.

Description

Method on Keyed objects allowing to obtain their key.

Usage

h2o.keyof(object)

# S4 method for Keyed h2o.keyof(object)

# S4 method for H2OModel h2o.keyof(object)

# S4 method for H2OGrid h2o.keyof(object)

# S4 method for H2OFrame h2o.keyof(object)

# S4 method for H2OAutoML h2o.keyof(object)

Arguments

object

A Keyed object

Value

the string key holding the persistent object.