powered by
h2o.levels(x, i)
levels
localH2O <- h2o.init() iris.hex <- as.h2o(localH2O, iris) h2o.levels(iris.hex, 5) # returns "setosa" "versicolor" "virginica"
Run the code above in your browser using DataLab