-
- Downloads
[SPARK-4406] [MLib] FIX: Validate k in SVD
Raise exception when k is non-positive in SVD Author: MechCoder <manojkumarsivaraj334@gmail.com> Closes #3945 from MechCoder/spark-4406 and squashes the following commits: 64e6d2d [MechCoder] TST: Add better test errors and messages 12dae73 [MechCoder] [SPARK-4406] FIX: Validate k in SVD
Showing
- mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/IndexedRowMatrix.scala 3 additions, 0 deletions...che/spark/mllib/linalg/distributed/IndexedRowMatrix.scala
- mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala 1 addition, 1 deletion...org/apache/spark/mllib/linalg/distributed/RowMatrix.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/IndexedRowMatrixSuite.scala 7 additions, 0 deletions...park/mllib/linalg/distributed/IndexedRowMatrixSuite.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/RowMatrixSuite.scala 8 additions, 0 deletions...pache/spark/mllib/linalg/distributed/RowMatrixSuite.scala
Please register or sign in to comment