Rdocumentation
powered by
Learn R Programming
h2o (version 3.0.0.22)
h2o.filterNACols: Filter NA Coluns
Description
Filter NA Coluns
Usage
h2o.filterNACols(data, frac = 0.2)
Arguments
data
A dataset to filter on.
frac
The threshold of NAs to allow per column (columns >= this threshold are filtered)