public class IncrementalLearningSkeleton extends Object
This may serve as a base of a number of algorithms, e.g. updating an incremental Alternating Least Squares model while also providing the predictions.
This example shows how to use:| Modifier and Type | Class and Description |
|---|---|
static class |
IncrementalLearningSkeleton.FiniteNewDataSource
Feeds new data for newData.
|
static class |
IncrementalLearningSkeleton.FiniteTrainingDataSource
Feeds new training data for the partial model builder.
|
static class |
IncrementalLearningSkeleton.LinearTimestamp |
static class |
IncrementalLearningSkeleton.NewDataSource
Feeds new data for newData.
|
static class |
IncrementalLearningSkeleton.PartialModelBuilder
Builds up-to-date partial models on new training data.
|
static class |
IncrementalLearningSkeleton.Predictor
Creates newData using the model produced in batch-processing and the
up-to-date partial model.
|
static class |
IncrementalLearningSkeleton.TrainingDataSource
Feeds new training data for the partial model builder.
|
| Constructor and Description |
|---|
IncrementalLearningSkeleton() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createSourceStreams(StreamExecutionEnvironment env) |
static void |
main(String[] args) |
public static void createSourceStreams(StreamExecutionEnvironment env)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.