powered by
Centers and/or scales the columns of a distributed matrix.
scale(x, center = TRUE, scale = TRUE)# S4 method for shaq,logical,logical scale(x, center = TRUE, scale = TRUE)
# S4 method for shaq,logical,logical scale(x, center = TRUE, scale = TRUE)
A shaq.
logical value, determines whether or not columns are zero centered
logical value, determines whether or not columns are rescaled to unit variance
The communication consists of two allreduce calls, each quadratic on the number of columns.
library(kazaam) x = ranshaq(rnorm, 10, 3, mean=30, sd=10) x scale(x) finalize()
Run the code above in your browser using DataLab