GitHub user jkbradley opened a pull request:
https://github.com/apache/spark/pull/6562
[SPARK-7529] [mllib] Added several Java-friendly APIs + unit tests
Java-friendly APIs added:
* GaussianMixture.run()
* GaussianMixtureModel.predict()
* DistributedLDAModel.javaTopicDistributions()
* StreamingKMeans: trainOn, predictOn, predictOnValues
* Statistics.corr
* params
* added doc to w() since Java docs do not inherit doc
* removed non-Java-friendly w() from StringArrayParam and DoubleArrayParam
* made DoubleArrayParam Java-friendly w() actually Java-friendly
I generated the doc and verified all changes.
CC: @mengxr
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkbradley/spark java-api-1.4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6562.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 #6562
----
commit fe6dcfeb0694ea33b52ddd233ad3b12c9bb0a04b
Author: Joseph K. Bradley <[email protected]>
Date: 2015-06-01T22:04:45Z
Added several Java-friendly APIs + unit tests: NaiveBayes, GaussianMixture,
LDA, StreamingKMeans, Statistics.corr, params
commit 29b6b0df8c9bb591b128bce9129fe6b792837ff6
Author: Joseph K. Bradley <[email protected]>
Date: 2015-06-01T22:18:49Z
small fixes
----
---
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]