gaoyunhaii opened a new pull request #16: URL: https://github.com/apache/flink-ml/pull/16
Add support for the per-round iteration. This is done by 1. Allow specify which input datastreams require replaying. A new `ReplayOperator` is inserted for these inputs. 2. Use per-round operator wrapper to wrap the operators inside the iteration. For the long future, we would still need to support iteration body with mixed all-round and per-round operators. The current implementation have provide the support to these case and view the per-round iteration as a special case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
