-
- Downloads
[SPARK-14187][MLLIB] Fix incorrect use of binarySearch in SparseMatrix
## What changes were proposed in this pull request? Fix incorrect use of binarySearch in SparseMatrix ## How was this patch tested? Unit test added. Author: Chenliang Xu <chexu@groupon.com> Closes #11992 from luckyrandom/SPARK-14187.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala 1 addition, 1 deletion...c/main/scala/org/apache/spark/mllib/linalg/Matrices.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/MatricesSuite.scala 4 additions, 0 deletions...t/scala/org/apache/spark/mllib/linalg/MatricesSuite.scala
Loading
Please register or sign in to comment