powered by
h2o.anyFactor(x)
H2OFrame
x
library(h2o) h2o.init() irisPath <- system.file("extdata", "iris_wheader.csv", package="h2o") iris.hex <- h2o.importFile(path = irisPath) h2o.anyFactor(iris.hex)
Run the code above in your browser using DataLab