powered by
Gives the count of NAs per column.
h2o.nacnt(x)
An H2OFrame object.
Returns a list containing the count of NAs per column
# NOT RUN { h2o.init() iris_hf <- as.h2o(iris) h2o.nacnt(iris_hf) # should return all 0s h2o.insertMissingValues(iris_hf) h2o.nacnt(iris_hf) # }
Run the code above in your browser using DataLab