[GitHub] spark pull request: [SPARK-10989] [MLLIB] Added the dot and hadama...

2016-01-06 Thread da-steve101
Github user da-steve101 closed the pull request at: https://github.com/apache/spark/pull/9020 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] spark pull request: [SPARK-10989] [MLLIB] Added the dot and hadama...

2015-10-08 Thread da-steve101
Github user da-steve101 commented on a diff in the pull request: https://github.com/apache/spark/pull/9020#discussion_r41537324 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -512,6 +513,92 @@ object Vectors { squaredDistance

[GitHub] spark pull request: [SPARK-10989] [MLLIB] Added the dot and hadama...

2015-10-08 Thread da-steve101
Github user da-steve101 commented on a diff in the pull request: https://github.com/apache/spark/pull/9020#discussion_r41593650 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -512,6 +513,92 @@ object Vectors { squaredDistance

[GitHub] spark pull request: [SPARK-10989] [MLLIB] Added the dot and hadama...

2015-10-08 Thread da-steve101
Github user da-steve101 commented on the pull request: https://github.com/apache/spark/pull/9020#issuecomment-146743352 I just saw the other discussion https://issues.apache.org/jira/browse/SPARK-6442 I guess perhaps this should be put on hold? --- If your project is set up

[GitHub] spark pull request: [SPARK-10989] [MLLIB] Added the dot and hadama...

2015-10-07 Thread da-steve101
GitHub user da-steve101 opened a pull request: https://github.com/apache/spark/pull/9020 [SPARK-10989] [MLLIB] Added the dot and hadamard operators to mllib Added a basic implementation of dot and hadamard products between vectors for mllib You can merge this pull request