Matrix operation in sparkR

To create the matrix, the spark documentation gave 4 data types 1. RowMatrix 2. IndexedRowMatrix 3. CoordinateMatrix and 4. Block matrix. but all datatypes are explained in scala, java and python. I want to perform a matrix operation in sparking using R. Is it possible to do distribution calculations on a matrix operation in sparks?

+3


source to share





All Articles