h2o.rep_len: Replicate Elements of Vectors or Lists into H2O
Description
h2o.rep_len
performs just as rep
does. It replicates the values in
x
in the H2O backend.
Usage
h2o.rep_len(x, length.out)
Arguments
length.out
non negative integer. The desired length of the output
vector.
Value
Creates an H2OFrame of the same type as x