- IncrementalLearningSkeleton - org.apache.flink.streaming.examples.ml中的类
-
Skeleton for incremental machine learning algorithm consisting of a
pre-computed model, which gets updated for the new inputs and new input data
for which the job provides predictions.
- IncrementalLearningSkeleton() - 类 的构造器org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton
-
- IncrementalLearningSkeleton.FiniteNewDataSource - org.apache.flink.streaming.examples.ml中的类
-
Feeds new data for newData.
- IncrementalLearningSkeleton.FiniteTrainingDataSource - org.apache.flink.streaming.examples.ml中的类
-
Feeds new training data for the partial model builder.
- IncrementalLearningSkeleton.PartialModelBuilder - org.apache.flink.streaming.examples.ml中的类
-
Builds up-to-date partial models on new training data.
- IncrementalLearningSkeleton.Predictor - org.apache.flink.streaming.examples.ml中的类
-
Creates newData using the model produced in batch-processing and the
up-to-date partial model.
- IncrementalLearningSkeletonData - org.apache.flink.streaming.examples.ml.util中的类
-
Data for IncrementalLearningSkeletonITCase.
- INPUT_PAIRS - 类 中的静态变量org.apache.flink.streaming.examples.iteration.util.IterateExampleData
-
- InputMap() - 类 的构造器org.apache.flink.streaming.examples.iteration.IterateExample.InputMap
-
- isEndOfStream(Event) - 类 中的方法org.apache.flink.streaming.examples.statemachine.kafka.EventDeSerializer
-
- isTerminal() - 枚举 中的方法org.apache.flink.streaming.examples.statemachine.dfa.State
-
Checks if this state is a terminal state.
- IterateExample - org.apache.flink.streaming.examples.iteration中的类
-
Example illustrating iterations in Flink streaming.
- IterateExample() - 类 的构造器org.apache.flink.streaming.examples.iteration.IterateExample
-
- IterateExample.InputMap - org.apache.flink.streaming.examples.iteration中的类
-
Map the inputs so that the next Fibonacci numbers can be calculated while preserving the original input tuple.
- IterateExample.MySelector - org.apache.flink.streaming.examples.iteration中的类
-
OutputSelector testing which tuple needs to be iterated again.
- IterateExample.OutputMap - org.apache.flink.streaming.examples.iteration中的类
-
Giving back the input pair and the counter.
- IterateExample.Step - org.apache.flink.streaming.examples.iteration中的类
-
Iteration step function that calculates the next Fibonacci number.
- IterateExampleData - org.apache.flink.streaming.examples.iteration.util中的类
-
Data for IterateExampleITCase.