
collect(dobj, index = NULL)
Venkataraman, S., Bodzsar, E., Roy, I., AuYoung, A., and Schreiber, R. (2013) Presto: Distributed Machine Learning and Graph Processing with Sparse Matrices. _EuroSys 2013_, 197-210.
Homepage: https://github.com/vertica/ddR
## Not run:
# a <- darray(dim=c(9,9),psize=c(3,3),data=5)
# b <- collect(a) # 9x9 matrix filled with 5s
# c <- collect(a,1) # First partition of a, which contains a 3x3 matrix of 5s
# ## End(Not run)
Run the code above in your browser using DataLab