Hi,
I’ve been working on an implementation of the binary approach of Affinity Propagation for Giraph (https://github.com/joseprupi/okapi/tree/master/src/main/java/ml/grafos/okapi/clustering/ap) and willing to help Flink I’d like to use it as a starting point to implement it for Gelly. Just to make you know, and of course comments or thoughts are welcome. Thanks! |
Hi Josep,
welcome to the the Flink dev list! There exists a JIRA issue for Affinity Propagation that is currently unassigned (FLINK-1707 [1]). You can see in the comments that someone started working on it, but they dropped it. As far as I know, nobody is working on this right now, so let me know if you'd like to pick it up and I'll assign it to you :) Before you start coding, make sure you go through the contribution guidelines [2] and the Gelly guide [3]. Feel free to ask us questions here or in the JIRA issue. We'll be happy to help! Cheers -Vasia. [1]: https://issues.apache.org/jira/browse/FLINK-1707 [2]: https://flink.apache.org/how-to-contribute.html [3]: https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/libs/gelly.html On 17 February 2016 at 20:33, Josep Rubio <[hidden email]> wrote: > Hi, > > I’ve been working on an implementation of the binary approach of Affinity > Propagation for Giraph ( > https://github.com/joseprupi/okapi/tree/master/src/main/java/ml/grafos/okapi/clustering/ap) > and willing to help Flink I’d like to use it as a starting point to > implement it for Gelly. > > Just to make you know, and of course comments or thoughts are welcome. > > Thanks! > > > |
Thanks Vasia, I’ll take a look to all the info you provided.
On 2/17/16, 8:49 PM, "Vasiliki Kalavri" <[hidden email]> wrote: >Hi Josep, > >welcome to the the Flink dev list! > >There exists a JIRA issue for Affinity Propagation that is currently >unassigned (FLINK-1707 [1]). You can see in the comments that someone >started working on it, but they dropped it. >As far as I know, nobody is working on this right now, so let me know if >you'd like to pick it up and I'll assign it to you :) > >Before you start coding, make sure you go through the contribution >guidelines [2] and the Gelly guide [3]. >Feel free to ask us questions here or in the JIRA issue. We'll be happy to >help! > >Cheers >-Vasia. > >[1]: https://issues.apache.org/jira/browse/FLINK-1707 >[2]: https://flink.apache.org/how-to-contribute.html >[3]: >https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/libs/gelly.html > >On 17 February 2016 at 20:33, Josep Rubio <[hidden email]> wrote: > >> Hi, >> >> I’ve been working on an implementation of the binary approach of Affinity >> Propagation for Giraph ( >> https://github.com/joseprupi/okapi/tree/master/src/main/java/ml/grafos/okapi/clustering/ap) >> and willing to help Flink I’d like to use it as a starting point to >> implement it for Gelly. >> >> Just to make you know, and of course comments or thoughts are welcome. >> >> Thanks! >> >> >> |
Free forum by Nabble | Edit this page |