Centers and/or scales the columns of an H2O dataset.
h2o.scale(x, center = TRUE, scale = TRUE, inplace = FALSE)An H2OFrame object.
either a logical value or numeric vector of length equal to the number of columns of x.
either a logical value or numeric vector of length equal to the number of columns of x.
a logical values indicating whether directly overwrite original data (disabled by default).
Exposed for backwards compatibility (prior versions of this functions were always doing an inplace update).