[
https://issues.apache.org/jira/browse/FLINK-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570854#comment-14570854
]
ASF GitHub Bot commented on FLINK-1707:
---------------------------------------
Github user andralungu commented on the pull request:
https://github.com/apache/flink/pull/649#issuecomment-108431985
For 1, I would open a fresh PR, I guess this is too messy to try to fix.
Normally, you should:
change to master
git remote -v
pull the latest state - git pull upstream master
and then change back to your branch
git rebase master
then when pushing
git push -f origin <branch-name>
For 3. Open the new PR and we will have a look at the current solution :)
> Add an Affinity Propagation Library Method
> ------------------------------------------
>
> Key: FLINK-1707
> URL: https://issues.apache.org/jira/browse/FLINK-1707
> Project: Flink
> Issue Type: New Feature
> Components: Gelly
> Reporter: Vasia Kalavri
> Assignee: joey
> Priority: Minor
>
> This issue proposes adding the an implementation of the Affinity Propagation
> algorithm as a Gelly library method and a corresponding example.
> The algorithm is described in paper [1] and a description of a vertex-centric
> implementation can be found is [2].
> [1]: http://www.psi.toronto.edu/affinitypropagation/FreyDueckScience07.pdf
> [2]: http://event.cwi.nl/grades2014/00-ching-slides.pdf
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)