GitHub user sueann opened a pull request:
https://github.com/apache/spark/pull/16860
[SPARK-18613][ML] make spark.mllib LDA dependencies in spark.ml LDA private
## What changes were proposed in this pull request?
spark.ml.*LDAModel classes were exposing spark.mllib LDA models via
protected methods. Made them package (clustering) private.
## How was this patch tested?
```
build/sbt doc # "millib.clustering" no longer appears in the docs for
*LDA* classes
build/sbt compile # compiles
build/sbt
> mllib/testOnly # tests pass
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sueann/spark SPARK-18613
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16860.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 #16860
----
commit ce8abb308c0b555754d332712d922a7aa9a8b220
Author: sueann <[email protected]>
Date: 2017-02-08T22:38:44Z
make spark.mllib LDA dependencies private
----
---
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]