GitHub user jkbradley opened a pull request:

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

    [SPARK-7421] [mllib] OnlineLDA cleanups

    Small changes, primarily to allow us more flexibility in the future:
    * Rename "tau_0" to "tau0"
    * Mark LDAOptimizer trait sealed and DeveloperApi.
    * Mark LDAOptimizer subclasses as final.
    * Mark setOptimizer (the one taking an LDAOptimizer) and getOptimizer as 
DeveloperApi since we may need to change them in the future
    
    CC: @hhbyyh

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

    $ git pull https://github.com/jkbradley/spark onlinelda-cleanups

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

    https://github.com/apache/spark/pull/5956.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 #5956
    
----
commit f4003e45c56b2f9f01354e270e256a55a7d80b85
Author: Joseph K. Bradley <[email protected]>
Date:   2015-05-07T00:57:21Z

    Changes:
    * Rename "tau_0" to "tau0"
    * Mark LDAOptimizer trait sealed and DeveloperApi.
    * Mark LDAOptimizer subclasses as final.
    * Mark setOptimizer (the one taking an LDAOptimizer) and getOptimizer as 
DeveloperApi since we may need to change them in the future

commit f4be508cbf901134004a71d2f3edf0ecb928d22c
Author: Joseph K. Bradley <[email protected]>
Date:   2015-05-07T01:00:52Z

    added newline

----


---
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