Re: Pyspark elementwise matrix multiplication

2019-02-13 Thread Yeikel
Elementwise product is described here : https://spark.apache.org/docs/latest/mllib-feature-extraction.html#elementwiseproduct I don't know if it will work with your input thought. -- Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/ --

Pyspark elementwise matrix multiplication

2019-02-08 Thread Simon Dirmeier
Dear all, I wonder if there is a way to take the elementwise-product of 2 matrices (RowMatrix, DistributedMatrix, ..) in pyspark? I cannot find a good answer/API entry on the topic. Thank you for all the help. Best, Simon