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