GitHub user FlytxtRnD opened a pull request:
https://github.com/apache/spark/pull/6880
[SPARK-8402][MLLIB] DP Means Clustering
DP means is a non-parametric clustering algorithm that uses a scale
parameter 'lambda' to control the creation of new clusters. This algorithm
helps to cluster data points without specifying the number of clusters in
advance.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/FlytxtRnD/spark DpMeans
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6880.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 #6880
----
commit 99ed7de63ccbdf7a3ba5863cc6e393f37f6ddec7
Author: FlytxtRnD <[email protected]>
Date: 2015-06-18T07:54:00Z
Add DP means clustering
commit bcbfc1d6d621a71cca5ff510e07286d8d99e31bd
Author: FlytxtRnD <[email protected]>
Date: 2015-06-18T09:50:41Z
check whether input iterator is empty
commit 0c0a478568b8abcd37744f2435ef359e9d7f2392
Author: FlytxtRnD <[email protected]>
Date: 2015-06-18T10:53:47Z
style check corrections
----
---
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]