GitHub user wangmiao1981 opened a pull request:
https://github.com/apache/spark/pull/13647
[SPARK-15784][ML][WIP]:Add Power Iteration Clustering to spark.ml
## What changes were proposed in this pull request?
This PR is to add Power Iteration Clustering to spark.ml. It is
work-in-progress stage now. I added framework of Power Iteration Clustering,
which is similar to kmeans.
Items that I am still working on:
fit
predict
load
write
summary
Unit tests
## How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration
tests, manual tests)
To be done once unit tests are added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wangmiao1981/spark pic
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13647.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 #13647
----
commit 430b9332a9fb31231bd52fb5e988c58e8ed12e30
Author: [email protected] <[email protected]>
Date: 2016-06-13T19:47:42Z
add pic framework (model, class etc)
----
---
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]