GitHub user mengxr opened a pull request:

    https://github.com/apache/spark/pull/3468

    [SPARK-4614][MLLIB] Slight API changes in Matrix and Matrices

    Before we have a full picture of the operators we want to add, it might be 
safer to hide `Matrix.transposeMultiply` in 1.2.0. Another update we want to 
change is `Matrix.randn` and `Matrix.rand`, both of which should take a 
`Random` implementation. Otherwise, it is very likely to produce inconsistent 
RDDs. I also added some unit tests for matrix factory methods. All APIs are new 
in 1.2, so there is no incompatible changes.
    
    @brkyvz

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mengxr/spark SPARK-4614

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/3468.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3468
    
----
commit 6bfd8a4c5a7d7f00b7c71ccf6ad8aab6c6caab92
Author: Xiangrui Meng <[email protected]>
Date:   2014-11-26T03:32:13Z

    hide transposeMultiply; add rng to rand and randn; add unit tests

----


---
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 is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to