There was Update method in Spark 1.3.1

https://spark.apache.org/docs/1.3.1/api/java/org/apache/spark/mllib/linalg/DenseMatrix.html

But in Spark 1.6.0, there is no Update method

https://spark.apache.org/docs/1.6.0/api/java/org/apache/spark/mllib/linalg/DenseMatrix.html

My idea is to store large set of elements in a matrix and perform operation
on that, How to update values in DenseMatrix ??

Any example or suggestions are welcome!



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/DenseMatrix-update-tp26157.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to