Hi guys, I'm working on the implementation of the FuzzyCMeans algorithm (Jira https://issues.apache.org/jira/browse/SPARK-2344) and I need to use some operations on Matrices (norm & subtraction)
I could not find any Scala\ Spark Matrix class that will support these actions. Should I implement the Matrix as a two dimensional array and make my own code for the norm & subtraction ? -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Matix-operations-in-Scala-Spark-tp8959.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional commands, e-mail: dev-h...@spark.apache.org