- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.streaming.api.functions.source.SourceFunction<Integer>
- Enclosing class:
- IncrementalLearningSkeleton
public static class IncrementalLearningSkeleton.FiniteTrainingDataSource
extends Object
implements org.apache.flink.streaming.api.functions.source.SourceFunction<Integer>
Feeds new training data for the partial model builder. By default it is
implemented as constantly emitting the Integer 1 in a loop.
- See Also:
- Serialized Form