yunfengzhou-hub opened a new pull request, #157: URL: https://github.com/apache/flink-ml/pull/157
## What is the purpose of the change This PR introduces `Window` interface and its several implementations that can be used to slice input stream into finite batches and fed into Flink ML stages. On the basis of these changes, This PR adds a window parameter to AgglomerativeClustering so that it can work on unbounded input stream. ## Brief change log - Add `Window` interface and its subclasses, `BoundedWindow`, `SessionWindow` and `TumbleWindow`. - Add window parameter on AgglomerativeClustering and make it able to deal with infinite input stream. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with @public(Evolving): (no) - Does this pull request introduce a new feature? (yes) - If yes, how is the feature documented? (Java doc) -- 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]
