powered by
## S3 method for class 'H2OFrame,H2OFrame': colnames(x) <- value## S3 method for class 'H2OFrame,character': colnames(x) <- value## S3 method for class 'H2OFrame': names(x)## S3 method for class 'H2OFrame': names(x) <- valueh2o.colnames(x)h2o.names(x)## S3 method for class 'H2OFrame': colnames(x)
## S3 method for class 'H2OFrame,character': colnames(x) <- value
## S3 method for class 'H2OFrame': names(x)
## S3 method for class 'H2OFrame': names(x) <- value
h2o.colnames(x)
h2o.names(x)
## S3 method for class 'H2OFrame': colnames(x)
colnames
library(h2o) localH2O <- h2o.init() irisPath <- system.file("extdata", "iris.csv", package="h2o") iris.hex <- h2o.uploadFile(localH2O, path = irisPath) summary(iris.hex) colnames(iris.hex)
Run the code above in your browser using DataLab