h2o (version 3.44.0.3)

h2o.getTypes: Get the types-per-column

Description

Get the types-per-column

Usage

h2o.getTypes(x)

Value

A list of types per column

Arguments

x

An H2OFrame

Examples

Run this code
if (FALSE) {
library(h2o)
h2o.init()

f <- "https://h2o-public-test-data.s3.amazonaws.com/smalldata/iris/iris_train.csv"
iris <- h2o.importFile(f)
h2o.getTypes(iris)
}

Run the code above in your browser using DataCamp Workspace