phenology / hsr-phenological-modelling

High spatial resolution (HSR) phenological modelling - general respository.
Apache License 2.0
1 stars 0 forks source link

Matrix operations #9

Closed rzuritamilla closed 6 years ago

rzuritamilla commented 7 years ago

cell operations (Z-Score) and region operations ("reducers")

romulogoncalves commented 7 years ago

@rzuritamilla

More information is required for this issue. Matrix multiplication is achieved in Spark using BlockMatrices.

If not more information is provided, the issue will be closed.

romulogoncalves commented 6 years ago

Matrix operations are handled by Spark distributed Matrices. One example is matrix multiplication for large matrices, it was achieved using IndexedMatrix as outer matrix and Matrix as inner matrix. The test was done with SOST (1km) x LeafFinal (4km) and then run SVD on the result.