-
- Downloads
[SPARK-10875] [MLLIB] Computed covariance matrix should be symmetric
Compute upper triangular values of the covariance matrix, then copy to lower triangular values. Author: Nick Pritchard <nicholas.pritchard@falkonry.com> Closes #8940 from pnpritchard/SPARK-10875.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala 4 additions, 2 deletions...org/apache/spark/mllib/linalg/distributed/RowMatrix.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/RowMatrixSuite.scala 18 additions, 0 deletions...pache/spark/mllib/linalg/distributed/RowMatrixSuite.scala
Please register or sign in to comment