Re: sparse matrix
Posted by
Simone Robutti on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/sparse-matrix-tp7241p7245.html
Hello,
right now Flink's local matrices are rather raw and for this kind of usage, you should rely on Breeze. If you need to perform operations, slicing in this case, they are a better option if you don't want to reimplement everything.
In case you already developed against Flink's matrices, there's a useful converter in org.apache.flink.ml.math.Breeze.