GitHub user yu-iskw opened a pull request:

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

    [Spark 7879][MLlib] KMeans API for spark.ml Pipelines

    I Implemented the KMeans API for spark.ml Pipelines. But it doesn't include 
clustering abstractions for spark.ml (SPARK-7610). It would fit for another 
issues. And I'll try it later, since we are trying to add the hierarchical 
clustering algorithms in another issue. Thanks.
    
    [SPARK-7879] KMeans API for spark.ml Pipelines - ASF JIRA 
https://issues.apache.org/jira/browse/SPARK-7879

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

    $ git pull https://github.com/yu-iskw/spark SPARK-7879

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

    https://github.com/apache/spark/pull/6756.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 #6756
    
----
commit 2c3684de46998159d20a3b3bf0df07062365d50d
Author: Yu ISHIKAWA <[email protected]>
Date:   2015-06-05T14:02:56Z

    Implement the KMeans API for spark.ml Pipelines in Scala

commit d5c64b56264c72e63fde0a041c42a5f0fd35b393
Author: Yu ISHIKAWA <[email protected]>
Date:   2015-06-10T22:27:11Z

    Implement the KMeans API for spark.ml Pipelines in Python

commit a6325fc0e1521df0399d9a40d9325c8cc4519ff9
Author: Yu ISHIKAWA <[email protected]>
Date:   2015-06-11T04:14:45Z

    ADD Java test suites of the KMeans API for spark.ml Pipeline

----


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