Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrap power iteration clustering #43

Open
mengxr opened this issue Feb 29, 2016 · 0 comments
Open

wrap power iteration clustering #43

mengxr opened this issue Feb 29, 2016 · 0 comments

Comments

@mengxr
Copy link
Contributor

mengxr commented Feb 29, 2016

MLlib implements power iteration clustering. We can add a wrapper in GraphFrames. For example, g.powerIterationClustering.k(10).maxIter(5).run() returns a vertex DataFrame with cluster assignments. Note that we fixed a bug in PIC recently. So we might need to copy the implementation from Spark master before the next Spark release, as we did for PageRank.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant