-
- Downloads
[MLlib] [SPARK-5301] Missing conversions and operations on IndexedRowMatrix and CoordinateMatrix
* Transpose is missing from CoordinateMatrix (this is cheap to compute, so it should be there) * IndexedRowMatrix should be convertable to CoordinateMatrix (conversion added) Tests for both added. Author: Reza Zadeh <reza@databricks.com> Closes #4089 from rezazadeh/matutils and squashes the following commits: ec5238b [Reza Zadeh] Array -> Iterator to avoid temp array 3ce0b5d [Reza Zadeh] Array -> Iterator bbc907a [Reza Zadeh] Use 'i' for index, and zipWithIndex cb10ae5 [Reza Zadeh] remove unnecessary import a7ae048 [Reza Zadeh] Missing linear algebra utilities
Showing
- mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/CoordinateMatrix.scala 5 additions, 0 deletions...che/spark/mllib/linalg/distributed/CoordinateMatrix.scala
- mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/IndexedRowMatrix.scala 17 additions, 0 deletions...che/spark/mllib/linalg/distributed/IndexedRowMatrix.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/CoordinateMatrixSuite.scala 5 additions, 0 deletions...park/mllib/linalg/distributed/CoordinateMatrixSuite.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/IndexedRowMatrixSuite.scala 8 additions, 0 deletions...park/mllib/linalg/distributed/IndexedRowMatrixSuite.scala
Please register or sign in to comment