Re: Stream iteration head as ConnectedDataStream

2015-06-26 Thread Paris Carbone
That’s convenient, at least for the incremental ML where feedback streams are the norm. In this case we don’t force the user to create wrappers and we also know what comes from where. I went through the PR and it looks that doesn’t break anything so you have my +1. Paris > On 26 Jun 2015, at

Stream iteration head as ConnectedDataStream

2015-06-26 Thread Gyula Fóra
Hey! Now that we are implementing more and more applications for streaming that use iterations we realized a huge shortcoming of the current iteration api. Currently it only allows to feedback data of the same type to the iteration head. This makes sense because the operators are typed but makes