[GitHub] spark pull request #17907: SPARK-7856 Principal components and variance usin...

2018-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17907 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #17907: SPARK-7856 Principal components and variance usin...

2017-05-09 Thread ghoto
Github user ghoto commented on a diff in the pull request: https://github.com/apache/spark/pull/17907#discussion_r115502692 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala --- @@ -384,19 +384,23 @@ class RowMatrix @Since("1.0.0") (

[GitHub] spark pull request #17907: SPARK-7856 Principal components and variance usin...

2017-05-09 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17907#discussion_r115443849 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala --- @@ -384,19 +384,23 @@ class RowMatrix @Since("1.0.0") (

[GitHub] spark pull request #17907: SPARK-7856 Principal components and variance usin...

2017-05-09 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17907#discussion_r115443970 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala --- @@ -384,19 +384,23 @@ class RowMatrix @Since("1.0.0") (

[GitHub] spark pull request #17907: SPARK-7856 Principal components and variance usin...

2017-05-08 Thread ghoto
GitHub user ghoto opened a pull request: https://github.com/apache/spark/pull/17907 SPARK-7856 Principal components and variance using computeSVD() ## What changes were proposed in this pull request? The current implementation of